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-25 20:42:56 +03:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
d5e05011db
platform
/
pods
/
collaborator
/
Dockerfile
10 lines
103 B
Docker
Raw
Normal View
History
Unescape
Escape
Rework documents (#2347) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-11-02 11:50:14 +03:00
Configurable OpenAI (#2529) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-01-24 16:42:47 +03:00
FROM
node:18-alpine
Rework documents (#2347) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-11-02 11:50:14 +03:00
WORKDIR
/usr/src/app
COPY
bundle.js ./
EXPOSE
3078
CMD
[
"node"
,
"bundle.js"
]
Reference in New Issue
Copy Permalink