Skip to content

Commit

Permalink
chore: update all the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Nov 20, 2024
1 parent 18b383f commit 86b6f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN CGO_ENABLED=0 go build -v -o /$APP_NAME $GOPATH/src/$APP_NAME/$CMD_PATH

FROM alpine:latest

ENV APP_NAME fdk-harvest-admin
ENV GIN_MODE release
ENV APP_NAME=fdk-harvest-admin
ENV GIN_MODE=release

COPY --from=build-env /$APP_NAME .

Expand Down

0 comments on commit 86b6f16

Please sign in to comment.