Skip to content

Commit da3dc97

Browse files
committed
WIP
1 parent 01573fb commit da3dc97

4 files changed

Lines changed: 1 addition & 20 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

5454
USER 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"]

.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/entrypoint.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.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)