Update DOCKERFILE

This commit is contained in:
jeanGaston 2024-01-30 09:00:46 +01:00
parent 948d4c07e6
commit 068cfa7b3d

View File

@ -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 ./requirements.py RUN pip install --no-cache-dir Flask==2.1.2
# Set the entry point # Set the entry point
CMD ["python", "Helloworld.py"] CMD ["python", "Helloworld.py"]