initial commit
This commit is contained in:
5
Containerfile
Normal file
5
Containerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.7-slim
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install .
|
||||
CMD ["project_name"]
|
||||
Reference in New Issue
Block a user