diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 64757e5..591738e 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -30,4 +30,3 @@ EXPOSE 80 # Définissez ENTRYPOINT pour démarrer Nginx lorsque le conteneur est lancé ENTRYPOINT ["nginx", "-g", "daemon off;"] -# \ No newline at end of file