Skip to content

Commit 8ba20f8

Browse files
committed
data folder missing
1 parent 2039b30 commit 8ba20f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ENV NODE_ENV=production
4848
COPY --from=builder --chown=nodeuser:nodejs /app/dist ./dist
4949
COPY --from=builder --chown=nodeuser:nodejs /app/public ./public
5050
COPY --from=builder --chown=nodeuser:nodejs /app/server/dist ./server/dist
51+
COPY --from=builder --chown=nodeuser:nodejs /app/server/data ./server/data
5152

5253
# Create logs directory
5354
RUN mkdir -p logs && chown nodeuser:nodejs logs

0 commit comments

Comments
 (0)