Alright, new approach
This commit is contained in:
parent
1cf9089e33
commit
d066bed021
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
*.swp
|
||||
/files
|
||||
|
@ -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
|
||||
|
@ -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
0
files/.keep
Normal file
Loading…
Reference in New Issue
Block a user