fix: docker nginx config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kieran 2023-10-18 22:26:36 +01:00
parent ccd98bef1b
commit 8ea5be1504
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
server {
listen 80 default_server;
listen 8080 default_server;
server_name _;
root /usr/share/nginx/html;
index index.html;