This website requires JavaScript.
Explore
Help
Sign In
hcengineering
/
platform
Watch
1
Star
0
Fork
0
You've already forked platform
mirror of
https://github.com/hcengineering/platform.git
synced
2024-12-23 11:31:57 +03:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
cc5da22af3
platform
/
pods
/
account
/
Dockerfile
9 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
UBERF-4527: Extra logging for client (#4133) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-12-04 19:03:21 +03:00
FROM
node:20-alpine
initial `account` pod Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-10 13:26:11 +03:00
WORKDIR
/usr/src/app
COPY
bundle.js ./
EXPOSE
3000
CMD
[
"node"
,
"bundle.js"
]
Reference in New Issue
Copy Permalink