diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c051e52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.claude/ +.DS_Store diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ab1543a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,13 @@ +FROM nginx:alpine + +# Copier les fichiers statiques +COPY . /usr/share/nginx/html/ + +# Supprimer les fichiers non destinés au navigateur +RUN rm -rf /usr/share/nginx/html/.git \ + /usr/share/nginx/html/.claude \ + /usr/share/nginx/html/Dockerfile \ + /usr/share/nginx/html/docker-compose.yml \ + /usr/share/nginx/html/.gitignore + +EXPOSE 80 diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..c28dcdf --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + app: + build: . + image: convertisseur-images:latest + restart: unless-stopped + networks: + - web + +networks: + web: + external: true diff --git a/index.html b/index.html index 6971602..cc0b45f 100644 --- a/index.html +++ b/index.html @@ -48,10 +48,10 @@ -

Glissez vos fichiers HEIC ici

-

ou cliquez pour parcourir

+

Glissez vos fichiers ici

+

ZIP (dossiers produits) · HEIC · HEIF — ou cliquez pour parcourir

@@ -66,7 +66,12 @@
- +
+ + +
Avant