go-pb-nurl (1.0.1)

Published 2024-09-16 18:40:19 +00:00 by martin

Installation

docker pull git.caliban.io/martin/go-pb-nurl:1.0.1
sha256:93f6952ddbf3b23e1cc226e5e9c89dd11535da1c4a74410136f7976ea595ffc1

Image Layers

ADD file:d13afefcc2b0b02b598a3ac2598fe2187db41de1e17820e5b600a955b1429d59 in /
CMD ["bash"]
WORKDIR /app
RUN /bin/sh -c mkdir -p /app/dist # buildkit
COPY ./go-pb-nurl /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-pb-nurl # buildkit
EXPOSE map[7000/tcp:{}]
CMD ["/app/go-pb-nurl" "serve" "--http=0.0.0.0:7000" "--dev"]
Details
Container
2024-09-16 18:40:19 +00:00
1
OCI / Docker
linux/amd64
56 MiB
Versions (3) View all
1.0.3 2024-09-20
1.0.2 2024-09-16
1.0.1 2024-09-16