Subiendo Archivos a Gitea

This commit is contained in:
2026-06-01 14:33:14 -05:00
parent 93477f7c66
commit 7777df6a83
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ COPY media /usr/share/nginx/html/media
# Optional: custom nginx config for SPA or security headers
# COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 8090
CMD ["nginx", "-g", "daemon off;"]