This website requires JavaScript.
Explore
Help
Register
Sign In
wieerwill
/
platform
Watch
1
Star
0
Fork
0
You've already forked platform
mirror of
https://github.com/hcengineering/platform.git
synced
2025-01-31 07:46:38 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
3daa9a3136
platform
/
pods
/
account
/
Dockerfile
9 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
Rework documents (#2347) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-11-02 08:50:14 +00:00
FROM
node:16-alpine
initial `account` pod Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-10 10:26:11 +00:00
WORKDIR
/usr/src/app
COPY
bundle.js ./
EXPOSE
3000
CMD
[
"node"
,
"bundle.js"
]
Reference in New Issue
Copy Permalink