Skip to content

Commit

Permalink
Don't include site artefacts in the final image.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen authored and chappjc committed Feb 7, 2023
1 parent a663f09 commit a6ae166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ RUN mkdir -p /dex/.dexc && chown 1000 /dex/.dexc
USER 1000
COPY --from=gobuilder /root/dex/client/cmd/dexc/dexc ./
COPY --from=gobuilder /root/dex/client/cmd/dexcctl/dexcctl ./
COPY --from=gobuilder /root/dex/client/webserver/site ./site
EXPOSE 5758
CMD [ "./dexc", "--webaddr=0.0.0.0:5758" ]

0 comments on commit a6ae166

Please sign in to comment.