diff --git a/Dockerfile b/Dockerfile index 5ce94af..ce698b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install --only=prod --no-audit COPY . . COPY .env.example .env - +RUN touch database/seepur.sqlite # EXPOSE 3333 CMD [ "npm", "start"]