mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2025-04-04 03:11:23 -06:00
Rename production.Dockerfile to development.Dockerfile.
It was a late night, ok? Updated README.md to include removal of DB from repo.
This commit is contained in:
parent
babbc43806
commit
35ac31be7f
@ -24,8 +24,7 @@ Uses Docker and Docker Compose to create a production-ready environment with Gun
|
|||||||
``` bash
|
``` bash
|
||||||
kiosk-guestbook/
|
kiosk-guestbook/
|
||||||
├── scripts/
|
├── scripts/
|
||||||
│ ├── guestbook_export.py # Script to export guest entries (e.g., for Mailchimp)
|
│ └── guestbook_export.py # Script to export guest entries (e.g., for Mailchimp)
|
||||||
│ └── guestbook.db # SQLite database file (if stored here, mainly for development)
|
|
||||||
├── static/
|
├── static/
|
||||||
│ └── images/
|
│ └── images/
|
||||||
│ └── logo.png # Logo for display in the application
|
│ └── logo.png # Logo for display in the application
|
||||||
@ -36,7 +35,7 @@ kiosk-guestbook/
|
|||||||
├── docker-compose.yml # Docker Compose configuration for container orchestration
|
├── docker-compose.yml # Docker Compose configuration for container orchestration
|
||||||
├── Dockerfile # Default Dockerfile (development or general usage)
|
├── Dockerfile # Default Dockerfile (development or general usage)
|
||||||
├── en.txt # Profanity list file (one banned word per line)
|
├── en.txt # Profanity list file (one banned word per line)
|
||||||
├── production.Dockerfile # Optional Dockerfile optimized for production
|
├── development.Dockerfile # Optional Dockerfile optimized for production
|
||||||
├── README.md # Project documentation
|
├── README.md # Project documentation
|
||||||
└── requirements.txt # Python dependencies (Flask, Gunicorn, etc.)
|
└── requirements.txt # Python dependencies (Flask, Gunicorn, etc.)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user