From f2c4a2d2ff15543ebbfb70c031f32f7624a7202f Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Thu, 2 Feb 2023 11:33:43 +0000 Subject: [PATCH] Move touch line --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index cf598db0..8cbb5d0e 100644 --- a/Earthfile +++ b/Earthfile @@ -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