This commit is contained in:
Tom Moor 2018-06-30 13:18:18 -07:00
parent 2f839c75f7
commit c599bb70ca
1 changed files with 1 additions and 0 deletions

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