Skip to content

Files

Latest commit

127c42e · Jun 4, 2022

History

History
9 lines (5 loc) · 171 Bytes

docker.md

File metadata and controls

9 lines (5 loc) · 171 Bytes

Setup using Docker

1. Build Image:

docker build --no-cache -t cse_hub .

2. Create and run container:

docker run -dp 12345:12345 cse_hub