live aalai.ai

This commit is contained in:
2025-07-01 12:32:07 +00:00
parent 4b49813157
commit 0030fbfc1a
4 changed files with 17 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ FROM nginx:alpine
COPY --from=development /frontend/build /usr/share/nginx/html
# Optionally copy a custom Nginx config (if needed)
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx-container.conf /etc/nginx/conf.d/default.conf
# Expose port 80 for Nginx (default HTTP port)
EXPOSE 80