add proper space

This commit is contained in:
geekan 2023-12-20 00:58:56 +08:00
parent 5c7c522c62
commit 66c0bce60b

View file

@ -18,7 +18,7 @@ COPY . /app/metagpt
WORKDIR /app/metagpt
RUN mkdir workspace &&\
pip install --no-cache-dir -r requirements.txt &&\
pip install -e.
pip install -e .
# Running with an infinite loop using the tail command
CMD ["sh", "-c", "tail -f /dev/null"]