Explorar o código

Merge pull request #45676 from thaJeztah/dockerfile_more_link

Dockerfile: use COPY --link for source code as well
Bjorn Neergaard %!s(int64=2) %!d(string=hai) anos
pai
achega
ff7ca32b79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -646,4 +646,4 @@ EOT
 # > make shell
 # > SYSTEMD=true make shell
 FROM dev-base AS dev
-COPY . .
+COPY --link . .