We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a2b64 commit 462367cCopy full SHA for 462367c
1 file changed
juxtaposition-ui.Dockerfile
@@ -13,6 +13,8 @@ WORKDIR ${app_dir}/apps/miiverse-api
13
RUN npm run build
14
15
WORKDIR ${app_dir}/apps/juxtaposition-ui
16
+# Multer uses the uploads directory for temporary files
17
+RUN mkdir -p uploads && chown node:node uploads
18
19
20
ENV NODE_ENV=production
0 commit comments