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