Added Dockerfiles to build website
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
f033632009
commit
5fa9136eab
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
README.md
|
||||||
|
.gitlab-ci.yml
|
||||||
|
.gitignore
|
||||||
|
LICENCE
|
||||||
|
.git/
|
||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM php:8-apache
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
|
COPY --chown=www-data:www-data . /var/www/html/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user