autoconfirm

This commit is contained in:
dylan 2024-03-27 21:19:19 -07:00
parent be48abacdb
commit db4a57bbdb

View File

@ -16,7 +16,7 @@ WORKDIR /app
# COPY ./client ./client # COPY ./client ./client
RUN apt-get update RUN apt-get update
RUN apt-get install libsdl2-dev RUN apt-get -y install libsdl2-dev
COPY ./pico8 ./pico8 COPY ./pico8 ./pico8
# RUN echo "chmoding pico8" # RUN echo "chmoding pico8"