Change ENTRYPOINT to CMD

This commit is contained in:
Lukáš Kucharczyk 2023-01-20 19:58:09 +01:00
parent ca16345374
commit c42687a072
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ RUN pip install --no-cache-dir poetry
RUN poetry install --without dev RUN poetry install --without dev
EXPOSE 8000 EXPOSE 8000
ENTRYPOINT [ "/entrypoint.sh" ] CMD [ "/entrypoint.sh" ]