Skip to content

Commit

Permalink
Move touch line
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Feb 2, 2023
1 parent 90ceaf4 commit f2c4a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ image-slim:
COPY +proxy/wsproxy /bin/wsproxy
COPY +game/game /app/game/
COPY +client/dist /app/
RUN cd /app/ && touch -m $(find .)
COPY services/ingress/production.conf /etc/nginx/conf.d/default.conf
COPY entrypoint /bin/entrypoint
RUN cd /app/ && touch -m $(find .)
CMD ["/bin/entrypoint"]
SAVE IMAGE sour:slim

Expand Down

0 comments on commit f2c4a2d

Please sign in to comment.