Build for arm64 and amd64

This commit is contained in:
Deko
2023-06-10 11:42:28 +02:00
parent a8360924bc
commit e9c80e269b
3 changed files with 10 additions and 5 deletions

View File

@@ -15,4 +15,4 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH=/root/.local/bin:$PATH
RUN poetry install
ENTRYPOINT ["poetry", "run", "python", "-m" , "app.main"]
ENTRYPOINT ["poetry", "run", "python", "main.py"]