Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
chore: add volume
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 22, 2024
1 parent c7e993c commit 80fb374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ COPY --from=builder /out/package.json .
COPY --from=builder /out/node_modules ./node_modules
COPY --from=builder /out/dist ./dist

VOLUME /app/storage

# Start the app with node
CMD ["npm", "start"]

0 comments on commit 80fb374

Please sign in to comment.