From 16e31222f6372f182499256c0c5212e6cdbf7410 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Tue, 26 Mar 2024 19:19:01 -0700 Subject: [PATCH] echo chmod --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5ee5b0c..e1bb05b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,11 @@ WORKDIR /app # ENV DB_PORT=5432 # ENV DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME} +# intentionally here only for temporary cache-busting test +# COPY ./client ./client + COPY ./pico8 ./pico8 +RUN echo "chmoding pico8" RUN chmod +x ./pico8/pico8 # Copies stuff to cache for install