Skip to content

Commit

Permalink
🐛 add missing acceptance tests (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Dec 2, 2024
1 parent eefd0cb commit f41bcd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ USER 1001
ENV VIRTUAL_ENV=/ghmirror/.venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
COPY --from=builder /ghmirror /ghmirror
COPY acceptance ./acceptance
ENTRYPOINT ["gunicorn", "ghmirror.app:APP"]
CMD ["--workers", "1", "--threads", "8", "--bind", "0.0.0.0:8080"]

Expand Down

0 comments on commit f41bcd0

Please sign in to comment.