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
c22671552d
node
/
Dockerfile
4 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-09-01 13:55:35 +03:00
FROM
node:18.17-alpine3.18
18.17-1.0.2
2023-09-04 23:12:45 +03:00
RUN
apk add --no-cache git openjdk17-jre-headless openssh
18.17-1.0.1
2023-09-04 12:03:01 +03:00
CMD
[
"/bin/sh"
]