diff options
| author | diogo464 <[email protected]> | 2025-05-28 20:52:27 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-05-28 20:52:27 +0100 |
| commit | acd28a9a689998b5b66f0364d4a434b3e0fdff3d (patch) | |
| tree | 34721d085150f0a769b343e7a9ad3f36d9a04f42 /Containerfile | |
| parent | 76a67395e6c67a2d730e7027e41a5e056c4c0256 (diff) | |
added favicon
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 83b0637..5d27003 100644 --- a/Containerfile +++ b/Containerfile | |||
| @@ -24,6 +24,7 @@ COPY app.py . | |||
| 24 | COPY index.html . | 24 | COPY index.html . |
| 25 | COPY script.js . | 25 | COPY script.js . |
| 26 | COPY logo.png . | 26 | COPY logo.png . |
| 27 | COPY favicon.ico . | ||
| 27 | 28 | ||
| 28 | # Expose the port | 29 | # Expose the port |
| 29 | EXPOSE 5000 | 30 | EXPOSE 5000 |
