Skip to content

Commit

Permalink
remove config.py from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LanaBot committed Jan 31, 2024
1 parent 3c8127e commit 458e207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ COPY --from=builder /opt/venv /opt/venv
WORKDIR /app
COPY ./kairos ./kairos
COPY ./app.py .
COPY ./config.py .

EXPOSE 5000
CMD ["gunicorn", "--workers=3", "--threads=3", "-b", ":5000", "app:app", "--timeout 1000"]

0 comments on commit 458e207

Please sign in to comment.