cafe (latest)
Installation
docker pull forgejo.warehousesoftware.tech/cosic/cafe:latestsha256:55d624f2f3815aeaf7e81dc95b327839cd3a9da040a14bc888cf9eb92463fbe2Image layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit |
| WORKDIR /app |
| COPY /cosic-restaurante /cosic-restaurante # buildkit |
| RUN /bin/sh -c adduser -D appuser # buildkit |
| USER appuser |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/cosic-restaurante"] |
Details
Versions (2)
View all