Skip to content

Commit

Permalink
Debug user and permissions in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Dec 30, 2024
1 parent 007e28a commit 3ea705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN useradd -m appuser && chown -R appuser:appuser /app
RUN mkdir -p /data && \
chown -R appuser:appuser /data

USER appuser
# USER appuser

# Add healthcheck
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
Expand Down

0 comments on commit 3ea705e

Please sign in to comment.