mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 15:42:26 +01:00 
			
		
		
		
	🐳 Use COPY . . in Dockerfile since there isn't any proper method to copy folders in Docker image
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user