This commit is contained in:
Lukian LEIZOUR 2024-06-01 19:30:34 +02:00
parent 8ace4a6356
commit 65a0655ae4
2 changed files with 1 additions and 3 deletions

View file

@ -4,6 +4,4 @@ WORKDIR /app
COPY . /app
RUN npm i
CMD ["npm", "run", "start"]