Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Aug 16, 2024
1 parent 2209e0d commit 5e69620
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 @@ -3,4 +3,4 @@ WORKDIR /app
COPY . .
RUN go mod download
RUN go build -o /Meower-Uploads
ENTRYPOINT ["/Meower-Uploads"]
ENTRYPOINT ["sh", "-c", "update-ca-certificates && exec /Meower-Uploads"]

0 comments on commit 5e69620

Please sign in to comment.