This website works better with JavaScript.
Explore
Help
Sign In
hugo.pradier2
/
Portfolio_PRADIER
generated from
Templates_CodeFirst/templateHtmlCss
Watch
1
Star
0
Fork
You've already forked Portfolio_PRADIER
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.
0125e1082d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0125e1082d'
${ noResults }
Portfolio_PRADIER
/
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