This website works better with JavaScript.
Explore
Help
Sign In
louis.dufour
/
CICD_WebPage
Watch
1
Star
0
Fork
You've already forked CICD_WebPage
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.
e10c2c2d74
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e10c2c2d74'
${ noResults }
CICD_WebPage
/
Dockerfile
6 lines
101 B
Raw
Normal View
History
Unescape
Escape
Add(master): dockerfile
1 year ago
FROM
php:8.2-cli
Mise à jour de 'Dockerfile'
1 year ago
EXPOSE
80
Add(master): dockerfile
1 year ago
COPY
. /usr/src/myapp
WORKDIR
/usr/src/myapp
CMD
[
"php"
,
"./index.php"
]