Add .dockerignore and update Fly.io configuration
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- 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:
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="logo-container">
|
||||
<img src="../public/Logo.png" alt="Gallus Pub Logo">
|
||||
<img src="public/Logo.png" alt="Gallus Pub Logo">
|
||||
</div>
|
||||
|
||||
<h1 class="coming-soon">Coming Soon</h1>
|
||||
|
||||
BIN
src/public/Logo.png
Normal file
BIN
src/public/Logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Reference in New Issue
Block a user