fixing a docker image issue
Some checks failed
Docker Build / Build (push) Successful in 32s
Linter / Lint (3.11) (push) Failing after 40s

This commit is contained in:
Seaswimmer 2023-11-25 05:10:12 -05:00
parent 5489b117f2
commit e8321e1637
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -8,7 +8,7 @@ COPY README.md /README.md
RUN apk --no-cache add curl && curl -sSL https://seafsh.cc/go/poetry | python - && \ RUN apk --no-cache add curl && curl -sSL https://seafsh.cc/go/poetry | python - && \
cd /src && \ cd /src && \
/root/.local/bin/poetry install /root/.local/bin/poetry install --no-root
CMD ["python", "/src/main.py"] CMD ["python", "/src/main.py"]