Modificar Dockerfile
This commit is contained in:
parent
1ec65dd9cd
commit
d1b68ac69d
@ -2,12 +2,12 @@ FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json .
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5173
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "npm","run","dev" ]
|
||||
CMD ["npm", "run", "dev"]
|
||||
Loading…
x
Reference in New Issue
Block a user