add: docker, fix: url to github in index.html & reqs.txt

This commit is contained in:
te5154c
2024-02-05 17:49:46 +03:00
parent f5752606af
commit f5cac5e410
7 changed files with 27 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "80:5000"
network_mode: "host"