mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 08:02:19 +00:00
🐳 Use COPY . . in Dockerfile since there isn't any proper method to copy folders in Docker image
This commit is contained in:
parent
e8b145550e
commit
3828168742
@ -6,8 +6,7 @@ RUN apt-get update && \
|
||||
WORKDIR /code
|
||||
COPY go.* ./
|
||||
RUN go mod download && go get github.com/markbates/pkger/cmd/pkger
|
||||
# Don't copy all to save time each time we touch a non-code file
|
||||
COPY auth/ internal/ stream/ web/ go.mod go.sum main.go ./
|
||||
COPY . .
|
||||
RUN PATH=/root/go/bin:$PATH go generate && go build -o ./out/ghostream .
|
||||
|
||||
# Production image
|
||||
|
Loading…
Reference in New Issue
Block a user