Skip to content

Commit 462367c

Browse files
committed
fix: add uploads directory back
1 parent 90a2b64 commit 462367c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

juxtaposition-ui.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ WORKDIR ${app_dir}/apps/miiverse-api
1313
RUN npm run build
1414

1515
WORKDIR ${app_dir}/apps/juxtaposition-ui
16+
# Multer uses the uploads directory for temporary files
17+
RUN mkdir -p uploads && chown node:node uploads
1618
RUN npm run build
1719

1820
ENV NODE_ENV=production

0 commit comments

Comments
 (0)