Skip to content

Commit

Permalink
fix : logs path
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Jan 23, 2025
1 parent 63a8914 commit 404145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY --from=builder /usr/src/app/.env packages/server/.env
COPY --from=builder /usr/src/app/packages/server/public packages/server/public
COPY --from=builder /usr/src/app/packages/server/ecosystem.config.js packages/server/ecosystem.config.js

RUN mkdir -p /app/logs
RUN mkdir -p /usr/src/app/logs

RUN yarn workspaces focus server --production
RUN npm install -g pm2
Expand Down

0 comments on commit 404145c

Please sign in to comment.