This website requires JavaScript.
Explore
Help
Register
Sign In
cerc-io
/
stack-orchestrator
mirror of
https://github.com/cerc-io/stack-orchestrator
Watch
1
Star
0
Fork
You've already forked stack-orchestrator
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5dda2303d3
stack-orchestrator
/
container-build
/
cerc-test-container
/
Dockerfile
6 lines
72 B
Docker
Raw
Blame
History
FROM
alpine:latest
COPY
run.sh /app/run.sh
ENTRYPOINT
[
"/app/run.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink