Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Apr 8, 2024
1 parent 76d239c commit fbb38ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ RUN go build -o erebrus-gateway .
FROM alpine AS final
WORKDIR /app
COPY --from=build-app /app/erebrus-gateway .
RUN apk del git
CMD ["./erebrus-gateway"]

0 comments on commit fbb38ef

Please sign in to comment.