wip website

This commit is contained in:
Matthew Tran
2023-09-10 20:43:10 +00:00
parent c2c7a956c1
commit 201d3967d1
33 changed files with 20 additions and 5 deletions
+9 -2
View File
@@ -1,3 +1,10 @@
FROM nginx
FROM ubuntu:22.04
COPY nginx/matthewtran.com/html /usr/share/nginx/html
RUN apt-get update && apt-get upgrade
# RUN apt-get install -y wget
RUN useradd -m matt
USER matt
WORKDIR /home/matt
# TODO everything else