mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-03 03:10:05 -05:00
Update 'Dockerfile'
This commit is contained in:
parent
e73f32a0c0
commit
333bae0973
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY --from=builder /app/server /server
|
COPY --from=builder /app/server /server
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
|
ENV GIN_MODE=release
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
ENTRYPOINT ["/server"]
|
ENTRYPOINT ["/server"]
|
Loading…
Reference in a new issue