updated build sripts with 1.0.3
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user