This commit is contained in:
hackerESQ
2025-01-25 20:37:50 -06:00
parent 4bbb71d434
commit 7bacc28e3b
+2
View File
@@ -57,6 +57,8 @@ EXPOSE 80
# Set up healthcheck
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -f http://localhost || exit 1
USER www-data
# Run everything else
ENTRYPOINT ["/bin/bash", "./docker/entrypoint.sh"]
CMD ["./docker/entrypoint.sh"]