Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
ihiverlet authored Jul 9, 2024
1 parent 75b79d4 commit 2267de3
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
@@ -16,6 +16,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /onyxia-api
FROM alpine

EXPOSE 8080
ENV GIN_MODE release
ENV GIN_MODE=release
COPY --from=0 /onyxia-api /bin/onyxia-api
CMD ["/bin/onyxia-api"]

0 comments on commit 2267de3

Please sign in to comment.