diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..cf709889 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +**/node_modules diff --git a/Dockerfile b/Dockerfile index 689d1b3e..4e46f529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ FROM deps AS builder WORKDIR /src +COPY scripts/minify ./scripts/minify COPY go.mod go.sum ./ COPY Makefile ./ COPY cmd ./cmd @@ -76,4 +77,4 @@ ENV DOCKER_HOST=unix:///var/run/docker.sock WORKDIR /app -CMD ["/app/run"] \ No newline at end of file +CMD ["/app/run"]