Reformatted all the necessary files

This commit is contained in:
cami 2021-06-30 02:14:42 +02:00
parent 7755e63c90
commit d047e99113
7 changed files with 15 additions and 44 deletions

View file

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