fix: add ARG and ENV to Dockerfile for build args, fix typo in .env.staging

This commit is contained in:
mono
2026-03-15 22:53:42 -05:00
parent 95a9a5cb1f
commit fa0bf07ad2
5 changed files with 12 additions and 3 deletions

View File

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