changed to docker image to node:alpine
This commit is contained in:
parent
7b84ceec5d
commit
068c11b695
2 changed files with 5 additions and 10 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