Change dev ports to reduce clashes
This commit is contained in:
@@ -7,7 +7,7 @@ RUN mkdir -p $APP_PATH
|
|||||||
|
|
||||||
WORKDIR $APP_PATH
|
WORKDIR $APP_PATH
|
||||||
COPY . $APP_PATH
|
COPY . $APP_PATH
|
||||||
RUN yarn
|
RUN yarn install --pure-lockfile
|
||||||
RUN cp -r /opt/outline/node_modules /opt/node_modules
|
RUN cp -r /opt/outline/node_modules /opt/node_modules
|
||||||
|
|
||||||
CMD yarn build && yarn start
|
CMD yarn build && yarn start
|
||||||
|
|||||||
Reference in New Issue
Block a user