oneshot
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user