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
Browse Source
add node
main
kola-web
5 days ago
parent
89c094230a
commit
d09087c23c
1 changed files
with
8 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
8
node16/Dockerfile
8
node16/Dockerfile
Unescape
Escape
View File
@ -0,0 +1,8 @@
FROM
node:16-alpine
WORKDIR
/frontend
EXPOSE
9000
CMD
[
"pnpm"
,
"run"
,
"dev"
]
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
kola/phpEnv
Title
Body
Create Issue