Leverage base image nginx service instead of creating a new one
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 8081 default_server;
|
||||
listen 8081;
|
||||
root /var/www/fusion-v1;
|
||||
index index.html;
|
||||
location / {
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
exec nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user