From 74d9269a19616620ac846e79cd9170f96bfe4ec2 Mon Sep 17 00:00:00 2001 From: "k.pirzargar" Date: Sun, 19 Apr 2026 11:00:22 +0330 Subject: [PATCH] Update cmd/web/Dockerfile --- cmd/web/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.