Skip to content

Commit

Permalink
Do not override /usr/local/bin content
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 16, 2022
1 parent 14503d9 commit ad303d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/docker-up/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

FROM scratch

LABEL skip-n.registry-facade.gitpod.io="1"
LABEL skip-n.registry-facade.gitpod.io="2"

WORKDIR /usr/local/bin
WORKDIR /usr/bin

COPY components-docker-up--app/* ./

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

0 comments on commit ad303d6

Please sign in to comment.