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
7dfb59b230
platform
/
dev
/
tool
/
Dockerfile
8 lines
70 B
Docker
Raw
Normal View
History
Unescape
Escape
use node 16 (#1002) Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2022-02-11 15:21:33 +00:00
FROM
node:16
tooling build Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-09 21:55:52 +00:00
WORKDIR
/usr/src/app
COPY
bundle.js ./
CMD
[
"
b
a
s
h
"
]
Reference in New Issue
Copy Permalink