time.ir icon indicating copy to clipboard operation
time.ir copied to clipboard

Dockerize the production server

Open azarezade opened this issue 6 years ago • 0 comments

To run the production server docker on port 4000:

cd time.ir
docker build -t time.ir .
docker run -d -p 4000:4000 --name time.ir time.ir

azarezade avatar Dec 01 '18 12:12 azarezade