try to make pico executable in docker

This commit is contained in:
dylan
2024-03-26 01:16:47 -07:00
parent 90570e4ec2
commit 132750f219
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ WORKDIR /app
# ENV DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
COPY ./pico8 ./pico8
RUN chmod +x ./pico8/pico8
# Copies stuff to cache for install
COPY ./package.json ./package-lock.json tsconfig.json ./