Build for arm64 and amd64
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user