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