dockerfile环境的修改

This commit is contained in:
huan 2024-08-08 17:09:20 +08:00
parent 80403612c6
commit 895c5a849e

View File

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:14
WORKDIR /app
@ -9,4 +9,4 @@ COPY . .
EXPOSE 3000
CMD ["npm", "start"]
CMD ["npm", "start"]