Update
This commit is contained in:
parent
3d9c7e88b0
commit
9977177bf8
@ -4,12 +4,12 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt update
|
||||
RUN apt install htop
|
||||
# RUN apt update
|
||||
# RUN apt install htop
|
||||
|
||||
RUN npm install
|
||||
RUN npm install pm2 -g
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["pm2-runtime", "server.js"]
|
||||
CMD ["pm2-runtime", "server.js"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user