Skip to content

Commit

Permalink
fix: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jan 31, 2025
1 parent 60e897d commit 043d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/telegram-game/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 appuser
COPY --from=builder /app/apps/telegram-game/dist /app/dist
COPY --from=builder /app/docker/telegram-game/default.conf /etc/nginx/conf.d/default.conf

RUN chown -R appuser:nodejs /var/cache/nginx/client_temp
RUN mkdir -p /var/cache/nginx/client_temp && chown -R appuser:nodejs /var/cache/nginx/client_temp

USER appuser

Expand Down

0 comments on commit 043d87a

Please sign in to comment.