cosmium/Dockerfile
2024-04-06 19:07:14 +03:00

7 lines
82 B
Docker

FROM scratch
WORKDIR /app
COPY cosmium /app/cosmium
ENTRYPOINT ["/app/cosmium"]