add: assets, some fixes, and build system
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
||||
FROM nginx
|
||||
|
||||
COPY . /usr/share/nginx/html
|
||||
COPY index.html style.css /usr/share/nginx/html/
|
||||
COPY img /usr/share/nginx/html/img
|
||||
COPY theme /usr/share/nginx/html/theme
|
||||
COPY assets /usr/share/nginx/html/assets
|
||||
Reference in New Issue
Block a user