mirror of
https://github.com/rodneyosodo/uber4freefood.git
synced 2026-06-23 04:10:18 +00:00
adding dockerfile
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM python:3.7-slim
|
||||
LABEL maintainer="Rodney Osodo"
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY app.py .
|
||||
|
||||
Reference in New Issue
Block a user