Skip to content

Commit 587b165

Browse files
aledbfroboquat
authored andcommitted
Do not override /usr/local/bin content
1 parent 8600bbd commit 587b165

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

components/docker-up/leeway.Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
FROM scratch
66

7-
LABEL skip-n.registry-facade.gitpod.io="1"
8-
7+
LABEL skip-n.registry-facade.gitpod.io="2"
8+
# the next two layers (WORKDIR) will be removed by registry-facade
9+
# this avoids the replacement of the content of the existing directories
10+
WORKDIR /usr/local/bin
911
WORKDIR /usr/bin
12+
1013
COPY components-docker-up--app/* ./
1114

1215
COPY components-docker-up--app/docker-compose /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)