Dockerized this website

This commit is contained in:
2021-03-08 00:31:37 +11:00
parent 60c47be304
commit 46d639e383
4 changed files with 124 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
server {
listen 3000;
server_name mechaimmensewarfare.com www.mechaimmensewarfare.com;
location / {
root /static;
index index.html;
}
}