This commit is contained in:
Lukian LEIZOUR 2024-06-02 16:10:59 +02:00
parent 2fef81acc1
commit 097f40c5ae

View file

@ -2,7 +2,6 @@ FROM node:latest
WORKDIR /app WORKDIR /app
COPY package.json ./app
COPY . /app COPY . /app
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]