Leverage base image nginx service instead of creating a new one

This commit is contained in:
Joakim Svensson
2026-01-06 20:20:24 +00:00
parent f72580e7eb
commit ff4c2bd6bc
3 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 8081 default_server;
listen 8081;
root /var/www/fusion-v1;
index index.html;
location / {

View File

@@ -1,2 +0,0 @@
#!/usr/bin/with-contenv bash
exec nginx -g "daemon off;"