https://github.com/pointless-code/is-it-friday-yet
A .less docker container helps you track the coolest day of the week.
https://github.com/pointless-code/is-it-friday-yet
code coding docker funny is-it-friday-yet pointless
Last synced: 3 months ago
JSON representation
A .less docker container helps you track the coolest day of the week.
- Host: GitHub
- URL: https://github.com/pointless-code/is-it-friday-yet
- Owner: pointless-code
- License: mit
- Created: 2024-06-12T23:02:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:38:38.000Z (9 months ago)
- Last Synced: 2025-01-14T11:57:36.109Z (4 months ago)
- Topics: code, coding, docker, funny, is-it-friday-yet, pointless
- Language: Python
- Homepage: https://hub.docker.com/r/pointlesscode/is-it-friday-yet
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About IsItFridayYet?
A .less docker container helps you track the coolest day of the week.
## Pull from docker
```bash
docker pull pointlesscode/is-it-friday-yet:latest
docker run --rm pointlesscode/is-it-friday-yet// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York pointlesscode/is-it-friday-yet
```## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker pull is-it-friday-yet:latest
docker run --rm is-it-friday-yet// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York is-it-friday-yet
```## Social
.less
GitHub
DockerHub## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).