|
|
@ -27,6 +27,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 |
|
|
|
|
|
RUN chmod u+s /usr/sbin/nginx |
|
|
|
|
|
|
|
|
# execute our entrypoint.sh file |
|
|
# execute our entrypoint.sh file |
|
|
CMD ["./config/entrypoint.sh"] |
|
|
CMD ["./config/entrypoint.sh"] |