takeoff (latest)
Published 2023-12-19 17:48:59 +00:00 by piyushxcoder
Installation
docker pull git.piyushxcoder.in/piyushxcoder/takeoff:latestsha256:de723e80c06f0a9a1da34fa6006048aee5ef36c90f7e7d1ef09124efdde065e0Image Layers
| ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in / |
| CMD ["/bin/sh"] |
| ENV APP=piyushxcoder |
| USER 1000:1000 |
| WORKDIR /app |
| COPY /app/target/release/piyushxcoder app # buildkit |
| COPY /app/static static/ # buildkit |
| COPY /app/.config.json config.json # buildkit |
| CMD ["/bin/sh" "-c" "RUST_LOG='actix_web=info' ./app config.json"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | piyushxcoderin |
| com.docker.compose.service | web |
| com.docker.compose.version | 2.23.3 |