This website works better with JavaScript.
Explore
Help
Sign In
corentin.caillot
/
site_web
generated from
Templates_CodeFirst/templateHtmlCss
Watch
1
Star
1
Fork
You've already forked site_web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7373a815da
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7373a815da'
${ noResults }
site_web
/
docker
/
Dockerfile
4 lines
82 B
Raw
Blame
History
FROM
php:8.0-apache as base
COPY
. /var/www/html/
WORKDIR
/var/www/html/
EXPOSE
80
Reference in new issue
View Git Blame
Copy Permalink