From 49e5748a4f06431e6d082678115f36432b6dc48e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 30 Mar 2019 23:34:56 -0700 Subject: [PATCH] Change dev ports to reduce clashes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbb229434..86b565acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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