This website requires JavaScript.
Explore
Help
Register
Sign In
cerc-io
/
stack-orchestrator2
Watch
1
Star
0
Fork
You've already forked stack-orchestrator2
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
c5895bed0d
stack-orchestrator2
/
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