Skip to content

Commit

Permalink
feat: removing tini
Browse files Browse the repository at this point in the history
  • Loading branch information
Reynadi531 committed Jul 31, 2024
1 parent 5295cb2 commit 4c06990
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM golang:1.22-alpine

RUN apk update && \
apk add git bash curl openssl musl-dev tini --no-cache
apk add git bash curl openssl musl-dev --no-cache

WORKDIR /app

RUN go install github.com/air-verse/air@latest

ENTRYPOINT ["/sbin/tini", "--"]

CMD [ "air" ]
CMD [ "air" ]

0 comments on commit 4c06990

Please sign in to comment.