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-lock.json ./
|
||||
|
||||
RUN npm install --silent
|
||||
RUN npm install
|
||||
|
||||
# add app
|
||||
COPY . ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue