mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-09 16:39:22 +03:00
Port Change
This commit is contained in:
parent
a20eb82511
commit
bcb2f5b9a0
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user