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.
10
.dockerignore
Normal 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
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
<img src="../public/Logo.png" alt="Gallus Pub Logo">
|
<img src="public/Logo.png" alt="Gallus Pub Logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="coming-soon">Coming Soon</h1>
|
<h1 class="coming-soon">Coming Soon</h1>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
|
Before Width: | Height: | Size: 506 KiB After Width: | Height: | Size: 506 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 384 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |