Update Dockerfile

This commit is contained in:
gugulethu 2025-06-21 21:15:22 +02:00
commit cf0d92e149

View file

@ -23,7 +23,7 @@ FROM nginx:latest
COPY --from=builder /app/site /usr/share/nginx/html
# Copy custom Nginx configuration file (if needed)
COPY nginx.conf /etc/nginx/conf.d/default.conf
# COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose port 80
EXPOSE 80