Update README.md
parent
15a88e864c
commit
fffcf203be
|
@ -35,7 +35,12 @@ If you need to autosave your changes to crontab directly:
|
||||||
|
|
||||||
Setting up with docker:
|
Setting up with docker:
|
||||||
|
|
||||||
docker run -d -p 8000:8000 alseambusher/crontab-ui
|
```bash
|
||||||
|
git clone https://github.com/alseambusher/crontab-ui.git
|
||||||
|
cd crontab-ui
|
||||||
|
docker build -t alseambusher/crontab-ui .
|
||||||
|
docker run -d -p 8000:8000 alseambusher/crontab-ui
|
||||||
|
```
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue