Fix Dockerfile cmd

This commit is contained in:
Marty Oehme 2023-08-22 10:47:51 +02:00
parent 66ad116802
commit 48095a1dc9
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -49,4 +49,4 @@ COPY ./${APP_NAME} ./${APP_NAME}
COPY ./docker/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]
CMD [ "python", "-u", "${APP_PATH}/{${APP_NAME}/rp_handler.py" ]
CMD [ "python", "-u", "verbanote/rp_handler.py" ]