change api port to 5001
This commit is contained in:
parent
8ab79b7c72
commit
c660771225
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ ENV PATH="/app/.venv/bin:$PATH"
|
||||||
# Copy the application code
|
# Copy the application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 5001
|
||||||
# Set the entry point (adjust to your CLI's entry point)
|
# Set the entry point (adjust to your CLI's entry point)
|
||||||
# ENTRYPOINT ["python", "/app/main.py"]
|
# ENTRYPOINT ["python", "/app/main.py"]
|
||||||
# ENTRYPOINT ["/app/runall.sh"]
|
# ENTRYPOINT ["/app/runall.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue