Skip to content

Commit

Permalink
fix logs permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
OomsOoms committed Feb 14, 2025
1 parent 290a3f4 commit f61fe6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FROM node:${NODE_VERSION}-alpine
# Use production node environment by default.
ENV NODE_ENV production

# Create logs directory and set appropriate permissions
RUN mkdir -p /usr/src/app/logs && chown -R node:node /usr/src/app/logs

WORKDIR /usr/src/app

Expand Down

0 comments on commit f61fe6c

Please sign in to comment.