diff --git a/.drone.yml b/.drone.yml index 71274c8..e64cdf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: ToutDoux +name: HyperSet trigger: event: diff --git a/Dockerfile b/Dockerfile index 18656fa..a0f4c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM apache -COPY ./ /var/www/html \ No newline at end of file +FROM httpd +COPY ./ /usr/local/apache2/htdocs/ \ No newline at end of file