add port env

This commit is contained in:
cupcakearmy 2021-12-02 17:58:16 +01:00
parent b91d6edb6e
commit 3402f178b6
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

@ -19,6 +19,7 @@ COPY --from=builder /app/dist ./dist
ENV LOCAL_ASSETS=/data
ENV ADDRESS=0.0.0.0
ENV PORT=80
EXPOSE 80