diff --git a/dockerfile b/dockerfile index 82b7acf..c63cfe0 100644 --- a/dockerfile +++ b/dockerfile @@ -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