gitpod/components/docker-up/leeway.Dockerfile
Manuel Alejandro de Brito Fontes 587b165175 Do not override /usr/local/bin content
2022-04-19 13:20:31 +05:30

16 lines
538 B
Docker

# Copyright (c) 2020 Gitpod GmbH. All rights reserved.
# Licensed under the GNU Affero General Public License (AGPL).
# See License-AGPL.txt in the project root for license information.
FROM scratch
LABEL skip-n.registry-facade.gitpod.io="2"
# the next two layers (WORKDIR) will be removed by registry-facade
# this avoids the replacement of the content of the existing directories
WORKDIR /usr/local/bin
WORKDIR /usr/bin
COPY components-docker-up--app/* ./
COPY components-docker-up--app/docker-compose /usr/local/bin/docker-compose