This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
stack-orchestrator/container-build/cerc-test-container/Dockerfile
T

6 lines
72 B
Docker

FROM alpine:latest
COPY run.sh /app/run.sh
ENTRYPOINT ["/app/run.sh"]