mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
Change Dockerfile to include Volume
This commit is contained in:
@ -43,6 +43,8 @@ RUN pnpm install -F server --frozen-lockfile --prod
|
||||
|
||||
COPY --from=builder /app/server/dist ./server/dist
|
||||
|
||||
VOLUME /app/server/dist/assets/uploads
|
||||
|
||||
EXPOSE 3100
|
||||
|
||||
ENV PORT 3100
|
||||
|
||||
Reference in New Issue
Block a user