We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01573fb commit f1876d8Copy full SHA for f1876d8
3 files changed
.devcontainer/Dockerfile
@@ -51,12 +51,6 @@ ENV LANG=C.UTF-8 \
51
52
COPY .devcontainer/entrypoint.sh /workspace/entrypoint.sh
53
54
-USER sentry
55
-
56
-FROM build AS dev
57
58
-ENTRYPOINT ["/workspace/entrypoint.sh"]
+RUN chown -R sentry:sentry vendor/gems
59
60
-FROM build AS test
61
62
+USER sentry
.devcontainer/docker-compose.yml
@@ -3,7 +3,6 @@ services:
3
build:
4
context: ..
5
dockerfile: .devcontainer/Dockerfile
6
- target: dev
7
args:
8
IMAGE: ${IMAGE}
9
VERSION: ${VERSION}
.devcontainer/run
@@ -2,7 +2,6 @@
2
set -e
-# Fix ownership of mounted volumes
sudo chown -R sentry:sentry /workspace/sentry/log
git config --global --add safe.directory /workspace/sentry
0 commit comments