This commit is contained in:
Tom Moor
2018-06-30 13:18:18 -07:00
parent 2f839c75f7
commit c599bb70ca

View File

@@ -8,3 +8,4 @@ COPY . $APP_PATH
RUN yarn
RUN cp -r /opt/outline/node_modules /opt/node_modules
CMD yarn build && yarn start