Remove old testnet ports from expose in dockerfile (#882)

This commit is contained in:
Jonathan Zernik 2021-02-22 21:49:38 -08:00 committed by GitHub
parent b7658932a9
commit d92d96a796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
EXPOSE 8774
EXPOSE 8994
EXPOSE 18774
EXPOSE 18994
# Web server
EXPOSE 12994