diff --git a/.gitignore b/.gitignore index 4afa818..1377554 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ *.swp -/files diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8133d5..51655bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,6 @@ stages: services: - docker:dind before_script: - - echo 0 > /sys/fs/selinux/enforce || true - echo -n "$CI_LOGIN_PASSWORD" | docker login -u "$CI_LOGIN_USERNAME" --password-stdin - docker version - docker info diff --git a/Dockerfile b/Dockerfile index 32c934d..5cf38e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM php:7-apache COPY ./ /var/www/html/ -RUN mkdir /var/www/html/files EXPOSE 80 diff --git a/files/.keep b/files/.keep new file mode 100644 index 0000000..e69de29