This commit is contained in:
Lukian LEIZOUR 2024-06-02 16:07:19 +02:00
parent ac6b15ae66
commit 2fef81acc1

View file

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