diff --git a/DockerFile b/DockerFile index d9bde51..3589ca9 100644 --- a/DockerFile +++ b/DockerFile @@ -31,4 +31,4 @@ COPY --from=builder /app/build /usr/share/nginx/html EXPOSE 80 # Nginx se lance au premier plan -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]