Browse Source

Comento el uso del usuario nginx

main
creylopez 9 months ago
parent
commit
793f855251
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -37,7 +37,7 @@ RUN python -m venv /opt/venv && \
# make our entrypoint.sh executable
RUN chmod +x config/entrypoint.sh
USER nginx
# USER nginx
# execute our entrypoint.sh file
CMD ["./config/entrypoint.sh"]

Loading…
Cancel
Save