Update cmd/web/Dockerfile
This commit is contained in:
+3
-2
@@ -19,8 +19,9 @@ WORKDIR /go/bin/
|
|||||||
|
|
||||||
## Copy pre-built artifacts from Drone CI build steps
|
## Copy pre-built artifacts from Drone CI build steps
|
||||||
COPY ./artifacts/go/bin/web .
|
COPY ./artifacts/go/bin/web .
|
||||||
COPY ./assets ./assets
|
COPY ./artifacts/go/bin/docs .
|
||||||
COPY ./docs ./docs
|
COPY ./artifacts/go/bin/assets .
|
||||||
|
|
||||||
# COPY ./artifacts/go/config/*.json ./config/
|
# COPY ./artifacts/go/config/*.json ./config/
|
||||||
EXPOSE 8686
|
EXPOSE 8686
|
||||||
# Set the binary.
|
# Set the binary.
|
||||||
|
|||||||
Reference in New Issue
Block a user