Skip to content

Commit

Permalink
Merge pull request #312 from zoetrope/fix-ui-dist
Browse files Browse the repository at this point in the history
Fix dist directory path for website-operator-ui
  • Loading branch information
zoetrope authored Jan 15, 2023
2 parents 49da57a + 42126bc commit 36e2873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/zoetrope/ubuntu:20.04

LABEL org.opencontainers.image.source https://github.com/zoetrope/website-operator

COPY ui/frontend/dist /
COPY ui/frontend/dist /dist
COPY website-operator-ui /

USER 10000:10000
Expand Down

0 comments on commit 36e2873

Please sign in to comment.