changed dockerfile name

This commit is contained in:
Lukian LEIZOUR 2024-12-25 21:30:40 +00:00
parent 6d4c4ee61e
commit ce4b266042
3 changed files with 52 additions and 0 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM node:18
WORKDIR /app
COPY . /app
RUN npm i
CMD npm run start