ui needs to be receptive to $PORT

This commit is contained in:
41666 2020-12-06 06:41:31 -05:00
parent b62166abda
commit 9ba1334e2b
2 changed files with 2 additions and 2 deletions

View file

@ -22,5 +22,5 @@ FROM base AS output
COPY --from=builder /src .
EXPOSE 3000
ENV PORT=6601
CMD yarn ui:prod