diff --git a/frontend/Dockerfile b/frontend/Dockerfile index d49a86a..f53f938 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH COPY package.json ./ COPY package-lock.json ./ -RUN npm install --silent +RUN npm install # add app COPY . ./ diff --git a/frontend/package.json b/frontend/package.json index 85c3c1f..543636e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,5 +37,5 @@ "last 1 safari version" ] }, - "proxy": "http://127.0.0.1:3000" + "proxy": "http://127.0.0.1:5000" }