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-03-01 01:11:32 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4f842eaa8c
platform
/
pods
/
server
/
Dockerfile
9 lines
95 B
Docker
Raw
Normal View
History
Unescape
Escape
Enable hardcoreeng docker hub (#1048) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-23 16:10:43 +00:00
FROM
node:16
tooling update Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-28 21:28:46 +00:00
WORKDIR
/usr/src/app
COPY
bundle.js ./
EXPOSE
8080
CMD
[
"node"
,
"bundle.js"
]
Reference in New Issue
Copy Permalink