Use correct ports for expose in dockerfile (#906)

This commit is contained in:
Jonathan Zernik 2021-08-10 21:57:36 -07:00 committed by GitHub
parent 78b449b75f
commit c683cfc83b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,10 @@ COPY --from=compile-image /opt/venv /opt/venv
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y libpq-dev
EXPOSE 8774
EXPOSE 8994
EXPOSE 8555
EXPOSE 18555
EXPOSE 18666
EXPOSE 18777
# Web server
EXPOSE 12994