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