diff --git a/dockerfile b/dockerfile index c63cfe0..fb80310 100644 --- a/dockerfile +++ b/dockerfile @@ -9,7 +9,7 @@ COPY ./package.json . COPY ./package-lock.json . COPY ./session ./session COPY ./game ./game -COPY .oneshot.js . +COPY ./oneshot.js . RUN npm i RUN touch ./imposter.db || true