From d066bed02171ebeaef52a49e84b4a85c4cce0b85 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Mar 2021 20:30:58 -0500 Subject: [PATCH] Alright, new approach --- .gitignore | 1 - .gitlab-ci.yml | 1 - Dockerfile | 1 - files/.keep | 0 4 files changed, 3 deletions(-) create mode 100644 files/.keep 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