|
|
@ -29,5 +29,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 |
|
|
|
|
|
|
|
|
|
|
|
EXPOSE 80 |
|
|
|
|
|
|
|
|
# execute our entrypoint.sh file |
|
|
# execute our entrypoint.sh file |
|
|
CMD ["./config/entrypoint.sh"] |
|
|
CMD ["./config/entrypoint.sh"] |