echo chmod
This commit is contained in:
parent
132750f219
commit
16e31222f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user