diff --git a/cmd/web/Dockerfile b/cmd/web/Dockerfile index f19fc58..66e06b2 100644 --- a/cmd/web/Dockerfile +++ b/cmd/web/Dockerfile @@ -19,8 +19,9 @@ WORKDIR /go/bin/ ## Copy pre-built artifacts from Drone CI build steps COPY ./artifacts/go/bin/web . -COPY ./assets ./assets -COPY ./docs ./docs +COPY ./artifacts/go/bin/docs . +COPY ./artifacts/go/bin/assets . + # COPY ./artifacts/go/config/*.json ./config/ EXPOSE 8686 # Set the binary.