Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Dec 11, 2023
1 parent 95b1bf6 commit 764c71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download && CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o
FROM alpine:3.19
RUN mkdir /app
WORKDIR /app
RUN apk upgrade && apk add --no-cache bash=5.2.21-r0
RUN apk update && apk add --no-cache bash=5.2.21-r0
COPY --from=builder --chmod=700 /build/ipfs-server /app

HEALTHCHECK --interval=10s --timeout=5s CMD wget --no-verbose --tries=1 --spider localhost:3001/health
Expand Down

0 comments on commit 764c71a

Please sign in to comment.