Skip to content

Commit

Permalink
Change dev ports to reduce clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Mar 31, 2019
1 parent 52a029a commit 49e5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49e5748

Please sign in to comment.