Skip to content

Commit

Permalink
Fix dist directory path for website-operator-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Jan 15, 2023
1 parent 49da57a commit 42126bc
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 42126bc

Please sign in to comment.