diff --git a/.dockerignore b/.dockerignore index d5bfef9..97d5860 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,5 @@ +docs +go +test -+LICENSE +README.md +schema.png diff --git a/Dockerfile b/Dockerfile index 5f5694b..81d843d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +rx /app/install_acme.sh \ && /app/install_acme.sh \ && rm -f /app/install_acme.sh -COPY /app/ /app/ +COPY app LICENSE /app/ WORKDIR /app