mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-07 07:14:33 +01:00
Update Dockerfile
The requirements file wasn't on the file system.
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.11
|
||||
|
||||
WORKDIR /app
|
||||
COPY scripts/ /app
|
||||
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user