This commit is contained in:
Tom Moor
2020-09-04 23:28:29 -07:00
parent 713187cfb4
commit e7e289d9fa

View File

@@ -11,6 +11,7 @@ COPY . $APP_PATH
RUN yarn install --pure-lockfile
RUN yarn build
RUN cp -r /opt/outline/node_modules /opt/node_modules
ENV NODE_ENV production
CMD yarn start