Update build files from build_scripts

This commit is contained in:
Simon Detheridge
2019-12-16 17:09:38 +00:00
parent 29f333d60c
commit b7e098208f
13 changed files with 177 additions and 214 deletions
+8 -3
View File
@@ -1,4 +1,9 @@
FROM node:10.17.0-jessie as app
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3
FROM node:10.17.0 as app
WORKDIR /app
@@ -9,9 +14,9 @@ RUN npm install --quiet
COPY . /app
RUN npm run compile:all
FROM node:10.17.0-jessie
FROM node:10.17.0
COPY --from=app /app /app