fix start

This commit is contained in:
bmamihai 2022-12-14 01:32:17 +02:00
parent b2f9f5affa
commit cdf02756d3
1 changed files with 1 additions and 1 deletions

View File

@ -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