This commit is contained in:
dylan
2024-03-26 20:40:16 -07:00
parent 0d146e0ce2
commit ace28bc323
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /app
# intentionally here only for temporary cache-busting test
# COPY ./client ./client
COPY ./pico8/pico8 /usr/bin/
COPY ./pico8 ./pico8
# RUN echo "chmoding pico8"
# RUN chmod +x ./usr/bin/pico8