Skip to content

Commit f1876d8

Browse files
committed
WIP
1 parent 01573fb commit f1876d8

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ ENV LANG=C.UTF-8 \
5151

5252
COPY .devcontainer/entrypoint.sh /workspace/entrypoint.sh
5353

54-
USER sentry
55-
56-
FROM build AS dev
57-
58-
ENTRYPOINT ["/workspace/entrypoint.sh"]
54+
RUN chown -R sentry:sentry vendor/gems
5955

60-
FROM build AS test
61-
62-
ENTRYPOINT ["/workspace/entrypoint.sh"]
56+
USER sentry

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

.devcontainer/run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -e
44

5-
# Fix ownership of mounted volumes
65
sudo chown -R sentry:sentry /workspace/sentry/log
76

87
git config --global --add safe.directory /workspace/sentry

0 commit comments

Comments
 (0)