This website requires JavaScript.
Explore
Help
Sign In
Awesome-Mirrors
/
personal-security-checklist
Watch
1
Star
0
Fork
0
You've already forked personal-security-checklist
mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced
2025-01-14 08:39:28 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef49b00b98
personal-security-checklist
/
Dockerfile
4 lines
74 B
Docker
Raw
Normal View
History
Unescape
Escape
yarn docker
2024-09-14 13:22:26 -04:00
FROM
jitesoft/node-yarn
docker
2024-09-14 13:13:06 -04:00
COPY
. /app
WORKDIR
/app/web
CMD
[
"yarn"
,
"dev"
]
Reference in New Issue
Copy Permalink