From 4f24197e304e6506aafd3bdff6d5ebe713466c07 Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 26 May 2021 00:46:41 +0200 Subject: [PATCH] Want to run this thing with docker-compose --- frontend/Dockerfile | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }