fix start
This commit is contained in:
parent
b2f9f5affa
commit
cdf02756d3
@ -20,7 +20,7 @@ RUN npm install
|
||||
EXPOSE 3000/tcp
|
||||
EXPOSE 2000-2200/udp
|
||||
|
||||
CMD node start app.js
|
||||
CMD node app.js
|
||||
|
||||
#docker build -t linx-video .
|
||||
# docker run -it -d --restart always -p 3000:3000/tcp -p 2000-2200:2000-2200/udp linx-video
|
Loading…
Reference in New Issue
Block a user