go-traintimes (5.0.2)
Published 2024-10-29 11:33:16 +00:00 by martin
Installation
docker pull git.caliban.io/martin/go-traintimes:5.0.2
sha256:6d3f88e8ae8e44d9f4b58cb618739ff90c2eb7f594d4f8873d84b8ca4cdb9ef1
Image Layers
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in / |
CMD ["bash"] |
WORKDIR /app |
RUN /bin/sh -c mkdir -p /app/dist # buildkit |
COPY ./go-traintimes /app/ # buildkit |
COPY ./pb_data /app/pb_data # buildkit |
COPY ./pb_public /app/pb_public # buildkit |
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates # buildkit |
RUN /bin/sh -c chmod +x /app/go-traintimes # buildkit |
EXPOSE map[8100/tcp:{}] |
CMD ["/app/go-traintimes" "serve" "--http=0.0.0.0:8100" "--dev"] |