Pas encore de user nobody
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:36:47 -04:00
parent a2896bd531
commit b6c7af6070

View File

@ -7,6 +7,6 @@ WORKDIR "/app"
RUN pip install -r requirements.txt
USER "nobody"
#USER "nobody"
ENTRYPOINT [ "/app/entrypoint.sh" ]