commit
This commit is contained in:
commit
39bd81628d
2 changed files with 4 additions and 8 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,9 +1,5 @@
|
|||
FROM node:18
|
||||
|
||||
FROM node:alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
COPY . .
|
||||
RUN npm i
|
||||
|
||||
CMD npm run start
|
||||
CMD ["npm", "run", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue