Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/docker-up/leeway.Dockerfile
2492 views
# 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