diff --git a/server/Dockerfile b/server/Dockerfile index 5927a68278..c3daf8cda9 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -29,4 +29,6 @@ COPY --from=builder /usr/src/app/dist ./dist RUN npm prune --production +VOLUME /usr/src/app/upload + EXPOSE 3001