mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 02:28:52 +00:00
fixed docker
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ RUN pip install -r requirements.txt
|
||||
|
||||
COPY . /build/
|
||||
|
||||
# CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
|
||||
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
|
||||
+1
-1
@@ -1,4 +1,5 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
@@ -6,4 +7,3 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:5000"
|
||||
network_mode: "host"
|
||||
Reference in New Issue
Block a user