Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RarceD committed Nov 26, 2023
1 parent 307a00e commit 509a0d3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,17 @@ Execute the following command
python3 fuckWoffu.py
```

Forget about everything, it also detect your holidays/pto and do not clock in
Forget about everything, it also detect your holidays/pto and do not clock in

# Run with docker:

Manually create image and run container:
```sh
docker build -t py-woffu-app .
docker run py-woffu-app
```

Directly by composer:
```sh
docker compose up
```

0 comments on commit 509a0d3

Please sign in to comment.