mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
wip website
This commit is contained in:
+9
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user