Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
1fcdc6ed76e2aef23ba3086eca90f4f84dc6ffdd
/
.
/
.github
/
actions
/
github-release
/
Dockerfile
blob: 5849eac7d246a30549ffff371a5e54ae0d099967 [
file
]
FROM node
:
slim
COPY
.
/
action
WORKDIR
/
action
RUN npm install
--
production
ENTRYPOINT
[
"node"
,
"/action/main.js"
]