https://github.com/rizz404/project2
https://github.com/rizz404/project2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizz404/project2
- Owner: Rizz404
- Created: 2023-12-28T01:31:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T02:45:40.000Z (over 2 years ago)
- Last Synced: 2025-07-09T05:11:44.115Z (11 months ago)
- Language: HTML
- Size: 7.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Docker configuration
****
```dockerfile
FROM nginx:latest
COPY html /usr/share/nginx/html
```