Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rezwanahmedsami/servopanel

This is a cli web server management system
https://github.com/rezwanahmedsami/servopanel

Last synced: 30 days ago
JSON representation

This is a cli web server management system

Awesome Lists containing this project

README

        

# 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
```