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.
df4f1dd09a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'df4f1dd09a'
${ noResults }
CICD_WebPage
/
Dockerfile
6 lines
96 B
Raw
Blame
History
FROM
php:8.0
EXPOSE
80
COPY
. /usr/src/myapp
WORKDIR
/var/www/html
CMD
[
"apache2-foreground"
]
Reference in new issue
View Git Blame
Copy Permalink