🐳 Copy web directory in Dockerfile instructions
/ docker (push) Successful in 1m2s Details

This commit is contained in:
Maxim Lebedev 2023-11-08 03:43:55 +06:00
parent ae7c02a85c
commit 08079ee133
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ENV GOFLAGS="-mod=vendor -buildvcs=true"
COPY go.mod go.sum *.go ./
COPY internal ./internal/
COPY web ./web/
COPY vendor ./vendor/
RUN go build -o ./home