Added Custom Docker Action which prints fibonacci
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM python:3
|
||||
|
||||
COPY requirements.txt /requirements.txt
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY deployment.py /deployment.py
|
||||
|
||||
CMD ["python", "/deployment.py"]
|
||||
Reference in New Issue
Block a user