Alright, new approach
This commit is contained in:
parent
1cf9089e33
commit
d066bed021
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
*.swp
|
*.swp
|
||||||
/files
|
|
||||||
|
@ -14,7 +14,6 @@ stages:
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
- echo 0 > /sys/fs/selinux/enforce || true
|
|
||||||
- echo -n "$CI_LOGIN_PASSWORD" | docker login -u "$CI_LOGIN_USERNAME" --password-stdin
|
- echo -n "$CI_LOGIN_PASSWORD" | docker login -u "$CI_LOGIN_USERNAME" --password-stdin
|
||||||
- docker version
|
- docker version
|
||||||
- docker info
|
- docker info
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
FROM php:7-apache
|
FROM php:7-apache
|
||||||
COPY ./ /var/www/html/
|
COPY ./ /var/www/html/
|
||||||
RUN mkdir /var/www/html/files
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
0
files/.keep
Normal file
0
files/.keep
Normal file
Loading…
Reference in New Issue
Block a user