Want to run this thing with docker-compose

This commit is contained in:
cami 2021-05-26 00:46:41 +02:00
parent 429fc02202
commit 4f24197e30
2 changed files with 2 additions and 2 deletions

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"
}