Update
This commit is contained in:
parent
9977177bf8
commit
397626e98b
@ -1,4 +1,4 @@
|
||||
FROM node:latest
|
||||
FROM node:16.15.1-buster-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -10,6 +10,6 @@ COPY . .
|
||||
RUN npm install
|
||||
RUN npm install pm2 -g
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5001
|
||||
|
||||
CMD ["pm2-runtime", "server.js"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user