Skip to content

Commit

Permalink
Merge pull request #1821 from al45tair/fix-1820
Browse files Browse the repository at this point in the history
fix: copy the "web" directory.
  • Loading branch information
sagikazarmark authored Oct 5, 2020
2 parents 828a1c6 + 3288450 commit a28f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=0 /go/bin/dex /usr/local/bin/dex

# Import frontend assets and set the correct CWD directory so the assets
# are in the default path.
COPY web .
COPY web web

ENTRYPOINT ["dex"]

Expand Down

0 comments on commit a28f5bb

Please sign in to comment.