docker-compose/frontend #6

Merged
cami merged 4 commits from docker-compose/frontend into main 2021-05-25 23:24:49 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f24197e30 - Show all commits

View file

@ -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 . ./

View file

@ -37,5 +37,5 @@
"last 1 safari version"
]
},
"proxy": "http://127.0.0.1:3000"
"proxy": "http://127.0.0.1:5000"
}