Fixes #952 – Page jump

This commit is contained in:
Tom Moor
2019-05-19 17:49:51 -07:00
parent 8942c7afe8
commit 2db8cdc7d1
5 changed files with 6 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ RUN mkdir -p $APP_PATH
WORKDIR $APP_PATH
COPY . $APP_PATH
RUN yarn install --pure-lockfile
RUN cp -r /opt/outline/node_modules /opt/node_modules