removed debug flag

This commit is contained in:
Peter Svensson
2023-04-16 13:34:48 +02:00
committed by Pi
parent 92ab3e0e8b
commit e6d2de7893

View File

@@ -25,4 +25,4 @@ RUN pip install --no-cache-dir --user -r requirements-docker.txt
COPY --chown=appuser:appuser autogpt/ ./autogpt
# Set the entrypoint
ENTRYPOINT ["python", "-m", "autogpt", "--debug"]
ENTRYPOINT ["python", "-m", "autogpt"]