Want to run this thing with docker-compose
This commit is contained in:
parent
429fc02202
commit
4f24197e30
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY package-lock.json ./
|
COPY package-lock.json ./
|
||||||
|
|
||||||
RUN npm install --silent
|
RUN npm install
|
||||||
|
|
||||||
# add app
|
# add app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
|
@ -37,5 +37,5 @@
|
||||||
"last 1 safari version"
|
"last 1 safari version"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"proxy": "http://127.0.0.1:3000"
|
"proxy": "http://127.0.0.1:5000"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue