mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 08:18:56 +00:00
fixed: cors error (finnaly) && minor bugs, add: custom wrapper for VATSIM fetcher && code moved to src folder && docker
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM python:3.7.10
|
||||
|
||||
WORKDIR /build/
|
||||
|
||||
COPY requirements.txt /build/
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . /build/
|
||||
|
||||
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
|
||||
Reference in New Issue
Block a user