Reformatted all the necessary files
This commit is contained in:
parent
7755e63c90
commit
d047e99113
7 changed files with 15 additions and 44 deletions
|
@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH
|
|||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install
|
||||
|
||||
# add app
|
||||
COPY . ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue