Alright, new approach

This commit is contained in:
Salt 2021-03-20 20:30:58 -05:00
parent 1cf9089e33
commit d066bed021
4 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
*.swp
/files

View File

@ -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

View File

@ -1,4 +1,3 @@
FROM php:7-apache
COPY ./ /var/www/html/
RUN mkdir /var/www/html/files
EXPOSE 80

0
files/.keep Normal file
View File