try pico8 in bin
This commit is contained in:
@ -15,9 +15,9 @@ WORKDIR /app
|
||||
# intentionally here only for temporary cache-busting test
|
||||
# COPY ./client ./client
|
||||
|
||||
COPY ./pico8 ./pico8
|
||||
RUN echo "chmoding pico8"
|
||||
RUN chmod +x ./pico8/pico8
|
||||
COPY ./pico8/pico8 /usr/bin/
|
||||
# RUN echo "chmoding pico8"
|
||||
# RUN chmod +x ./usr/bin/pico8
|
||||
|
||||
# Copies stuff to cache for install
|
||||
COPY ./package.json ./package-lock.json tsconfig.json ./
|
||||
|
Reference in New Issue
Block a user