update build script and add load balancer agent

This commit is contained in:
Henry Oswald
2018-03-29 12:12:29 +01:00
parent ec75f9fa67
commit b5a7eabaab
13 changed files with 184 additions and 3628 deletions

View File

@@ -14,10 +14,6 @@ FROM node:6.13.0
COPY --from=app /app /app
WORKDIR /app
# All app and node_modules will be owned by root.
# The app will run as the 'node' user, and so not have write permissions
# on any files it doesn't need.
RUN ./install_deps.sh
ENTRYPOINT ["/bin/sh", "entrypoint.sh"]