From 80fb3743e108993550f6657afdaba0bc528a44d6 Mon Sep 17 00:00:00 2001 From: KagChi Date: Thu, 22 Feb 2024 15:46:57 +0700 Subject: [PATCH] chore: add volume --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 47fd1ca6..0c0808f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file