0
Fork 0
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:
dragongoose 2023-06-07 21:23:17 +00:00
parent e73f32a0c0
commit 333bae0973

View file

@ -14,6 +14,7 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /app/server /server
ENV PORT=8080
ENV GIN_MODE=release
EXPOSE 8080
ENTRYPOINT ["/server"]