mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 03:28:57 +00:00
initial working commit
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3.9-alpine
|
||||
WORKDIR /app
|
||||
|
||||
LABEL com.skoobasteeve.mtapi-docker.version="main"
|
||||
|
||||
ADD tmp/MTAPI .
|
||||
COPY data/stations.json data/
|
||||
COPY data/stations.csv data/
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD [ "python", "app.py" ]
|
||||
EXPOSE 5000
|
||||
Reference in New Issue
Block a user