Fix entrpoint
All checks were successful
perso/huawei-3G-SMS-API/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-06 11:35:42 -04:00
parent a8b36aba0c
commit a2896bd531

View File

@ -9,4 +9,4 @@ RUN pip install -r requirements.txt
USER "nobody" USER "nobody"
ENTRYPOINT [ "/app/entrypoint" ] ENTRYPOINT [ "/app/entrypoint.sh" ]