Changing testnet to port 4000

This commit is contained in:
Chris Troutner
2020-08-07 16:27:49 -07:00
parent 98a33413d7
commit 36921680e0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN npm install
# Generate documentation
RUN npm run docs
EXPOSE 3000
EXPOSE 4000
COPY start-local-testnet.sh start-local-testnet.sh
CMD ["./start-local-testnet.sh"]