Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Jul 9, 2024
2 parents bb1b276 + 2267de3 commit 387bd83
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 @@ -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 387bd83

Please sign in to comment.