This website requires JavaScript.
Explore
Help
Sign In
public
/
node
Watch
3
Star
0
Fork
You've already forked node
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
18c5521649
node
/
Dockerfile
4 lines
93 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-09-01 13:55:35 +03:00
FROM
node:18.17-alpine3.18
RUN
apk add --no-cache git openjdk17-jre-headless
18.17-1.0.1
2023-09-04 12:03:01 +03:00
CMD
[
"/bin/sh"
]