Skip to content

Commit

Permalink
Change local directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Sep 11, 2023
1 parent 1596342 commit 987efc8
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 @@ -14,7 +14,7 @@ RUN chmod +x /sbin/nginx-boot
RUN apk --update add nginx bash && \
rm -fR /var/cache/apk/*

COPY ./public /pub
COPY public/ /pub

CMD [ "/sbin/nginx-boot" ]
EXPOSE 80

0 comments on commit 987efc8

Please sign in to comment.