This website works better with JavaScript.
Explore
Help
Register
Sign In
kola
/
phpEnv
Watch
1
Star
0
Fork
You've already forked phpEnv
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
docker 开发环境
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.
13
Commits
1
Branch
0
Tags
137 MiB
Dockerfile
96.3%
PHP
3.7%
Tree:
d09087c23c
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd09087c23c'
${ noResults }
phpEnv
/
node16
/
Dockerfile
8 lines
81 B
Raw
Blame
History
FROM
node:16-alpine
WORKDIR
/frontend
EXPOSE
9000
CMD
[
"pnpm"
,
"run"
,
"dev"
]
Reference in new issue
Copy Permalink