From bcb2f5b9a033f3809649232c9089502399abf95c Mon Sep 17 00:00:00 2001 From: Manindra de Mel Date: Sun, 22 Oct 2023 00:50:15 +1100 Subject: [PATCH] Port Change --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe96960c..66fac75a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN pip install --no-cache-dir -r requirements.txt # (you'll need to provide the actual key when running the container) ENV OPENAI_API_KEY=your_OpenAI_API_key -# Expose a port if the project has any web-based features -EXPOSE 8080 +# Expose the port for online_log/app.py +EXPOSE 8000 # Set an entry point that runs a shell for interactive mode ENTRYPOINT ["/bin/bash"]