environment.ts script

This commit is contained in:
lotte
2020-03-26 15:30:41 +01:00
parent 1a318b6f7a
commit e53727248d
15 changed files with 195 additions and 195 deletions

View File

@@ -4,7 +4,7 @@
FROM node:12-alpine
WORKDIR /app
ADD . /app/
EXPOSE 4200
EXPOSE 4000
# 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