Update build files from build_scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user