Update Docker configuration to change exposed port from 5000 to 6000 in Dockerfile and docker-compose.yml, ensuring consistency across the application.
This commit is contained in:
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt \
|
||||
COPY website/ ./website/
|
||||
COPY requirements.txt .
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 6000
|
||||
|
||||
# Verify installations
|
||||
RUN pip list
|
||||
|
||||
Reference in New Issue
Block a user