diff --git a/Dockerfile b/Dockerfile index e4cc1a3..10db9f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ RUN cd frontend && npm run build # Build backend RUN npm run build +# Create database file +RUN touch database.sqlite + # Production stage FROM node:18-alpine