further cleanup and securing

This commit is contained in:
Matthew Tran
2025-02-19 00:30:35 -08:00
parent be0530cafe
commit dd072e76d8
6 changed files with 112 additions and 43 deletions
+1
View File
@@ -11,6 +11,7 @@ RUN pip3 install sendgrid --break-system-packages
RUN rm /etc/nginx/sites-enabled/default
# enable site
# TODO make the website code not terrible ;-;
COPY matthewtran.com /etc/nginx/sites-available
RUN ln -s /etc/nginx/sites-available/matthewtran.com /etc/nginx/sites-enabled/matthewtran.com
COPY html /var/www/matthewtran.com/html