fixed port
This commit is contained in:
parent
72a04ec213
commit
698a6cb226
@ -11,7 +11,7 @@ ADD . /app
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Make port 80 available to the world outside this container
|
# Make port 80 available to the world outside this container
|
||||||
EXPOSE 80
|
EXPOSE 5000
|
||||||
|
|
||||||
# Run app.py when the container launches
|
# Run app.py when the container launches
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app.py"]
|
Loading…
Reference in New Issue
Block a user