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