mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 15:19:03 +00:00
docker-compose setup (wip)
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.7
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD requirements.txt /app/requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "app.py"]
|
||||
|
||||
COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user