changed caddy file

This commit is contained in:
2026-05-06 19:41:52 +02:00
parent ccb88f3dd5
commit 233bd41e1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]
+1 -1
View File
@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name localhost;
root /usr/share/nginx/html;