Update DOCKERFILE
This commit is contained in:
parent
926ebb6754
commit
948d4c07e6
@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY ./Helloworld.py /app/
|
COPY ./Helloworld.py /app/
|
||||||
|
|
||||||
#expose port
|
#expose port
|
||||||
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 -r ./requirements.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user