Skip to content

AmitThakur/act-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Coding Tutor-Server

Steps:

  1. Build a docker image.
    docker build -t act-server .
  2. Run the server:
    docker run -d --name act-server-container -p 80:80 act-server
    
  3. List the running docker containers:
    docker ps
    
  4. Stop the container (by name or id):
    docker stop act-server-container
    
  5. Remove the container by name:
    docker rm act-server-container
    

About

Adaptive Coding Tutor-Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors