first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Bring in HexGL
|
||||
COPY html /usr/share/nginx/html
|
||||
COPY start_nginx.sh /
|
||||
|
||||
# Run nginx
|
||||
CMD /start_nginx.sh
|
||||
Submodule
+1
Submodule html added at a36a4ad882
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user