first commit
This commit is contained in:
commit
43140e12fb
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -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
|
1
html
Submodule
1
html
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a36a4ad882b1965db47b32ee075b8015296e863b
|
2
start_nginx.sh
Executable file
2
start_nginx.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/sbin/nginx -g "daemon off;"
|
Loading…
Reference in New Issue
Block a user