fix GitHub actions

This commit is contained in:
2023-08-27 22:47:50 +03:00
parent 8f7c1f43b4
commit e9fea9bc58
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ RUN groupadd ${USER} && useradd -g ${USER} ${USER}
RUN mkdir /code /poetry
RUN chown -R ${USER}:${USER} /code /poetry
COPY --chown=${USER}:${USER} ./poetry/pyproject.toml /code/
COPY --chown=${USER}:${USER} ./pyproject.toml /code/
WORKDIR /code