Skip to content

Commit

Permalink
try adding custom dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Apr 22, 2024
1 parent 5d4fc12 commit 5ca30be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sentry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ FROM ${SENTRY_IMAGE}

COPY . /usr/src/sentry

USER root
RUN chown appuser:appuser -R /var/lib/kafka/data
RUN chown appuser:appuser -R /var/lib/zookeeper/data
USER appuser

RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then \
/usr/src/sentry/enhance-image.sh; \
fi
Expand Down

0 comments on commit 5ca30be

Please sign in to comment.