fix: docker ignore

This commit is contained in:
bjarneo 2025-02-07 15:49:43 +01:00
parent 5ef329a268
commit 51bab989fd
No known key found for this signature in database
GPG Key ID: AA3697C46F530672
2 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,6 @@ node_modules
example_request_do.log
bin/
.git
hemmelig.backup.db
hemmelig.backup.db
*.mp4
desktop.gif

View File

@ -41,7 +41,6 @@ RUN npm ci --production --ignore-scripts
RUN chown -R node:node ./
COPY . .
RUN rm -f *.mp4 *.gif
RUN npx prisma generate