microplayground-api (0.1.0-main-pipeline-1b869a4cc5f3dca197dff534e3aa7ef140386364)

Published 3 years ago by brisanet

Installation

docker pull gitea.cahe.space/brisanet/microplayground-api:0.1.0-main-pipeline-1b869a4cc5f3dca197dff534e3aa7ef140386364
sha256:baa1601d0ab0cfb7e1b299d26e2492a242696e98b60f1dc42083cf8ec02b31c6

Image Layers

ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /
CMD ["/bin/sh"]
ENV TZ=America/Fortaleza
WORKDIR /playground-api
COPY file:dea979cff24926a81b95c416057df69d263bdf4d53fc528e82e70f86e6f7ddae in /playground-api/server
/bin/sh -c apk --no-cache add tzdata ca-certificates && adduser -D --uid 1000 playground playground && mkdir -p /var/log/playground && chown playground:playground /var/log/playground -R && chown playground:playground /playground-api/server
USER playground
ENTRYPOINT ["/bin/sh" "-c" "/playground-api/server"]
EXPOSE 8765 9876