This commit is contained in:
Johan
2026-02-04 13:38:21 +01:00
parent 0004fa1895
commit b72aa61aa6

View File

@@ -17,7 +17,8 @@ WORKDIR /usr/share/nginx/html
COPY --from=builder /app .
# Copier une configuration nginx pour le SPA
RUN cat > /etc/nginx/conf.d/default.conf << 'EOF'
RUN mkdir -p /etc/nginx/conf.d && \
cat > /etc/nginx/conf.d/default.conf << 'EOF'
server {
listen 80;
server_name _;