updated build sripts with 1.0.3

This commit is contained in:
Henry Oswald
2018-02-16 12:52:12 +00:00
parent a2a8b70b74
commit a02adacc98
9 changed files with 131 additions and 73 deletions

View File

@@ -4,13 +4,13 @@ COPY ./ /app
WORKDIR /app
RUN npm install
RUN [ -e ./install_deps.sh ] && ./install_deps.sh
RUN npm run compile
ENV SHARELATEX_CONFIG /app/config/settings.production.coffee
ENV NODE_ENV production
CMD ["node","/app/app.js"]