Change dev ports to reduce clashes

This commit is contained in:
Tom Moor 2019-03-30 23:34:56 -07:00
parent 52a029a657
commit 49e5748a4f
1 changed files with 1 additions and 1 deletions

View File

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