mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 05:59:04 +00:00
add: docker, fix: url to github in index.html & reqs.txt
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:5000"
|
||||
network_mode: "host"
|
||||
Reference in New Issue
Block a user