This commit is contained in:
Lukian LEIZOUR 2024-06-02 16:15:51 +02:00
parent 336604ad70
commit bf00593732

View file

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