This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
k8s-cluster-projects
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
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.
98
Commits
1
Branch
422 MiB
JavaScript
79.8%
CSS
11.1%
PHP
5.7%
Shell
1.7%
HTML
1.1%
Other
0.5%
Tree:
bebf8037db
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'bebf8037db'
${ noResults }
k8s-cluster-projects
/
Martin
/
Dockerfile
4 lines
56 B
Raw
Blame
History
FROM
php:7.4-fpm
RUN
mkdir /app
WORKDIR
/app
COPY
src .