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-11-28 06:07:36 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
0b3d353e58
platform
/
pods
/
account
/
Dockerfile
9 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
Configurable OpenAI (#2529) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-01-24 16:42:47 +03:00
FROM
node:18-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