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 8600bbd commit 587b165Copy full SHA for 587b165
components/docker-up/leeway.Dockerfile
@@ -4,9 +4,12 @@
4
5
FROM scratch
6
7
-LABEL skip-n.registry-facade.gitpod.io="1"
8
-
+LABEL skip-n.registry-facade.gitpod.io="2"
+# 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
11
WORKDIR /usr/bin
12
+
13
COPY components-docker-up--app/* ./
14
15
COPY components-docker-up--app/docker-compose /usr/local/bin/docker-compose
0 commit comments