Add .dockerignore and update Fly.io configuration

- Created `.dockerignore` to exclude irrelevant files during Docker image build.
- Enhanced `fly.toml` with additional configuration such as VM specs and adjusted syntax.
- Fixed logo path in `index.html` and relocated the logo file for proper referencing.
This commit is contained in:
2025-07-15 21:20:55 +02:00
committed by k
parent f1c94ed438
commit 21d51732e5
12 changed files with 11 additions and 1 deletions

10
.dockerignore Normal file
View File

@ -0,0 +1,10 @@
# flyctl launch added from .idea\.gitignore
# Default ignored files
.idea\shelf
.idea\workspace.xml
# Editor-based HTTP Client requests
.idea\httpRequests
# Datasource local storage ignored files
.idea\dataSources
.idea\dataSources.local.xml
fly.toml