changed dockerfile name
This commit is contained in:
parent
6d4c4ee61e
commit
ce4b266042
3 changed files with 52 additions and 0 deletions
|
@ -1,9 +0,0 @@
|
|||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
CMD npm run start
|
Loading…
Add table
Add a link
Reference in a new issue