updates Dockerfile_better
This commit is contained in:
parent
577d12a5ac
commit
8cd4ab3cb6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM golang:latest AS builder
|
FROM golang:latest AS builder
|
||||||
WORKDIR /shared-data/app
|
WORKDIR /shared-data/app
|
||||||
|
|
||||||
COPY /workspace ./
|
COPY ./ ./
|
||||||
|
|
||||||
# RUN go mod download
|
# RUN go mod download
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue