+2
-2
@@ -4,6 +4,6 @@ COPY requirements.txt /requirements.txt
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY deployment.py /deployment.py
|
||||
COPY test.py /test.py
|
||||
|
||||
CMD ["python", "/deployment.py"]
|
||||
CMD ["python", "/test.py"]
|
||||
Reference in New Issue
Block a user