File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,14 +49,6 @@ ENV LANG=C.UTF-8 \
4949 PATH=$PATH:${GEM_HOME}/bin \
5050 REDIS_HOST=redis
5151
52- COPY .devcontainer/entrypoint.sh /workspace/entrypoint.sh
52+ RUN chown -R sentry:sentry vendor/gems
5353
5454USER sentry
55-
56- FROM build AS dev
57-
58- ENTRYPOINT ["/workspace/entrypoint.sh" ]
59-
60- FROM build AS test
61-
62- ENTRYPOINT ["/workspace/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ services:
33 build :
44 context : ..
55 dockerfile : .devcontainer/Dockerfile
6- target : dev
76 args :
87 IMAGE : ${IMAGE}
98 VERSION : ${VERSION}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33set -e
44
5- # Fix ownership of mounted volumes
65sudo chown -R sentry:sentry /workspace/sentry/log
76
87git config --global --add safe.directory /workspace/sentry
You can’t perform that action at this time.
0 commit comments