Skip to content

Commit

Permalink
feat: dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 17, 2024
1 parent 1f75d28 commit 0e3c0ae
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 @@ -11,5 +11,5 @@ RUN mkdir /app
RUN mkdir /data
WORKDIR /app
COPY --from=build-env /src/goapp /app/goapp
RUN apt-get update && apt-get install -y ca-certificates
RUN apt-get update && apt-get install -y ca-certificates && apt-get clean
ENTRYPOINT /app/goapp

0 comments on commit 0e3c0ae

Please sign in to comment.