beachhead-services/timing-beachhead (sha256:ddaf2fedd86112cf87ab2093c5722851269278ec58ee2a998687c6c7c579c975)
Published 2024-02-22 14:16:37 +00:00 by Ghost
Installation
docker pull git.joshuacoles.me/personal/beachhead-services/timing-beachhead@sha256:ddaf2fedd86112cf87ab2093c5722851269278ec58ee2a998687c6c7c579c975sha256:ddaf2fedd86112cf87ab2093c5722851269278ec58ee2a998687c6c7c579c975Image Layers
| ADD file:ef14ef2abd4725ea6056637e44d9261e2b025853230ea45636b67a735b3d4918 in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /bin/server /bin/ # buildkit |
| ENV ADDRESS=0.0.0.0:3000 |
| EXPOSE map[3000/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "0s" "0s" "0s" "0s" '\x00'} |
| CMD ["/bin/server"] |