mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
docker fixes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build -o /nba_go main.go
|
||||
RUN go build -o /nba_go .
|
||||
|
||||
# STEP 2 - final image
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
Reference in New Issue
Block a user