This commit is contained in:
adrian
2025-12-13 18:35:51 +01:00
parent c69eb8ac60
commit de6f6252c2

View File

@ -9,7 +9,7 @@ COPY ./package.json .
COPY ./package-lock.json . COPY ./package-lock.json .
COPY ./session ./session COPY ./session ./session
COPY ./game ./game COPY ./game ./game
COPY .oneshot.js . COPY ./oneshot.js .
RUN npm i RUN npm i
RUN touch ./imposter.db || true RUN touch ./imposter.db || true