Skip to content

Commit

Permalink
build: Pass poetry README.md check
Browse files Browse the repository at this point in the history
  • Loading branch information
cnshing authored Oct 15, 2023
1 parent ab7ec76 commit cd8fb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update \
build-essential \
curl

COPY pyproject.toml ./
COPY pyproject.toml README.md ./

RUN poetry check

Expand Down Expand Up @@ -74,4 +74,4 @@ USER 1001
#Links a secret to the project directory for PRAW scrapper
RUN ln -s /run/secrets/praw.ini ./praw.ini

CMD uvicorn api.middleman:app --host ${SNOOSPOOF_API_HOST} --port ${SNOOSPOOF_API_PORT}
CMD uvicorn api.middleman:app --host ${SNOOSPOOF_API_HOST} --port ${SNOOSPOOF_API_PORT}

0 comments on commit cd8fb52

Please sign in to comment.