Update DOCKERFILE
This commit is contained in:
parent
dd65b061bb
commit
438f21e035
@ -11,7 +11,7 @@ COPY ./Helloworld.py /app/
|
|||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
# Install any dependencies
|
# Install any dependencies
|
||||||
RUN pip install --no-cache-dir -r flask
|
RUN pip install --no-cache-dir flask
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
CMD ["python", "Helloworld.py"]
|
CMD ["python", "Helloworld.py"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user