echo chmod

This commit is contained in:
dylan 2024-03-26 19:19:01 -07:00
parent 132750f219
commit 16e31222f6

View File

@ -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