V1.0 add email notifications

This commit is contained in:
ellite
2023-11-10 11:45:01 +01:00
parent 65786aa191
commit 7c2e7f00b9
22 changed files with 7161 additions and 23 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ RUN chmod +x /var/www/html/startup.sh
# Expose port 80 for Nginx
EXPOSE 80
ARG SOFTWARE_VERSION=0.9.0
ARG SOFTWARE_VERSION=1.0.0
# Start both PHP-FPM, Nginx
CMD ["sh", "-c", "/var/www/html/startup.sh"]