From b779820eb210910a2776391a659c3a7dbb1bacd8 Mon Sep 17 00:00:00 2001 From: Prakash Date: Wed, 23 Oct 2024 15:09:02 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b816b90..8a78f4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,6 @@ RUN go build -o main . # RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main App.go CMD ["/app/main"] - -# Set environment variable -# ENV APP_NAME sams -# ENV CMD_PATH main.go # Copy application data into image # COPY . ./