https://github.com/ventralnet/random-quote
Small project I made for a friend to present at his friends birthday party
https://github.com/ventralnet/random-quote
Last synced: 3 months ago
JSON representation
Small project I made for a friend to present at his friends birthday party
- Host: GitHub
- URL: https://github.com/ventralnet/random-quote
- Owner: ventralnet
- Created: 2021-03-27T14:36:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T15:44:12.000Z (about 4 years ago)
- Last Synced: 2025-01-21T21:31:13.253Z (5 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
docker build -t html-server-image:v1 .
```
```
docker run -d -p 80:80 html-server-image:v1
```