This commit is contained in:
adrian
2025-12-13 18:34:21 +01:00
parent d363baeb44
commit c69eb8ac60

View File

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