Skip to content

Commit d6f40fc

Browse files
committed
fix(Dockerfile): remove air dependency
1 parent 9ab6a9b commit d6f40fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN go build \
2828
-ldflags \
2929
"-w -s -X $GIT_REPO/cmd.Version=$VERSION -X $GIT_REPO/cmd.GitCommit=$GIT_COMMIT" \
3030
-o /go/bin/app
31-
COPY --from=cosmtrek/air /go/bin/air /go/bin/air
32-
ENTRYPOINT [ "air" ]
31+
ENTRYPOINT [ "/go/bin/app" ]
3332

3433
FROM scratch
3534
ARG GIT_COMMIT

0 commit comments

Comments
 (0)