Sign in
◑
Theme
rust
/
rust
/
7bcb7a281e6cb36d9d87ca28e4d0edbaddaf5eef
/
.
/
src
/
tools
/
rust-analyzer
/
.github
/
actions
/
github-release
/
Dockerfile
blob: 5849eac7d246a30549ffff371a5e54ae0d099967 [
file
]
FROM node
:
slim
COPY
.
/
action
WORKDIR
/
action
RUN npm install
--
production
ENTRYPOINT
[
"node"
,
"/action/main.js"
]