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.
c9044053ab
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c9044053ab'
${ noResults }
CICD_WebPage
/
Dockerfile
5 lines
91 B
Raw
Blame
History
FROM
php:8.2-cli
COPY
. /usr/src/myapp
WORKDIR
/usr/src/myapp
CMD
[
"php"
,
"./index.php"
]
Reference in new issue
View Git Blame
Copy Permalink