Skip to content

Commit

Permalink
trivial. fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Oct 23, 2023
1 parent c293941 commit 791cf36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN wget https://github.com/swaggo/swag/releases/download/v1.7.1/swag_linux_amd6

WORKDIR /app/backend
COPY ./ .
RUN go mod tidy
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/server ./cmd/server/main.go

ENV TZ=Asia/Seoul
Expand Down

0 comments on commit 791cf36

Please sign in to comment.