This commit is contained in:
Lukian LEIZOUR 2024-06-02 16:13:29 +02:00
parent 097f40c5ae
commit 336604ad70

View file

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