master
Tudor Stanciu 2020-05-03 03:15:26 +03:00
parent 22f78a3476
commit db3cf0db16
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
docker image build -t "react-redux-course:1.0.19" . docker image build -t "react-redux-course:1.0.0" .
docker run -p 5050:80 -it react-redux-course:1.0.19
Multiple ports: Multiple ports:
docker run -p 5050:80 -p 3001:3001 -it react-redux-course:1.0.20 docker run -p 5050:80 -p 3001:3001 -it react-redux-course:1.0.20
docker run --restart=always -p 5002:80 -p 5003:3001 -d cloud.canister.io:5000/tstanciu/react-redux-course:1.0.1
Source for scripts that start multiple processes in the same docker container: https://docs.docker.com/config/containers/multi-service_container/ Source for scripts that start multiple processes in the same docker container: https://docs.docker.com/config/containers/multi-service_container/