switched port to test with Travis

This commit is contained in:
lotte
2020-04-21 15:16:42 +02:00
parent cad9dcaf98
commit 172d3891f0
6 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
FROM node:12-alpine
WORKDIR /app
ADD . /app/
EXPOSE 4000
EXPOSE 3000
# We run yarn install with an increased network timeout (5min) to avoid "ESOCKETTIMEDOUT" errors from hub.docker.com
# See, for example https://github.com/yarnpkg/yarn/issues/5540