Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 425 Bytes

servopanel

This is a cli web server management system

#docker commands

Build the Docker image for debugging

docker build -t servopanel-debug --target debug .

Run the debug version inside the container

docker run servopanel-debug

Build the Docker image for running tests

docker build -t servopanel-test --target test .

Run the tests inside the container

docker run servopanel-test