The frontend GitHub Repository for CSS Connect, managed by Dev-Wing, CSS, NITS
using terminal go to the root of the project where you have the Dockerfile
Now, run these commands
- To build the image using the dockerfile
docker build -t css-connect:1.0 .
- Run the created docker image
docker run css-connect:1.0
use your preferred name for docker image
adv:1.0
-> <your_preferred_name>:<your_preferred_tag>