Skip to content

Commit

Permalink
Update Dockerfile for new content dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Aug 21, 2024
1 parent 2cd9400 commit c789a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FROM scratch
COPY --from=base /etc/passwd /etc/passwd
USER 1000
COPY --from=base /go/bin/andrew /andrew
COPY --chown=1000:1000 website /website
COPY --chown=1000:1000 content /website

EXPOSE 8080
#By default, andrew will serve the pwd.

ENTRYPOINT ["/andrew"]

0 comments on commit c789a22

Please sign in to comment.