diff --git a/build/Dockerfile-simple b/build/Dockerfile-simple index f3a9ae5..3c6807a 100644 --- a/build/Dockerfile-simple +++ b/build/Dockerfile-simple @@ -1,6 +1,6 @@ FROM scratch -ADD bin/goldpinger /goldpinger -COPY ./static /static +COPY bin/goldpinger /goldpinger +COPY static /static ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"] diff --git a/build/Dockerfile-vendor b/build/Dockerfile-vendor index ef05e31..cde12a1 100644 --- a/build/Dockerfile-vendor +++ b/build/Dockerfile-vendor @@ -1,3 +1,3 @@ ARG TAG FROM $TAG -COPY ./vendor /goldpinger-vendor-sources +COPY vendor /goldpinger-vendor-sources