fixing a docker image issue
This commit is contained in:
parent
5489b117f2
commit
e8321e1637
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue