lecoffre-front (ext)
Installation
docker pull git.4nkweb.com/4nk/lecoffre-front:ext
sha256:56a8cac6f5858962a6b58310a4f8a53213adfb579feda31679fe9b9f60aaa194
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --fix-missing ca-certificates curl jq git net-tools iputils-ping dnsutils netcat-openbsd telnet procps && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
WORKDIR /leCoffre-front |
COPY /leCoffre-front/.next ./.next # buildkit |
COPY /leCoffre-front/public ./public # buildkit |
COPY /leCoffre-front/package.json ./package.json # buildkit |
COPY /leCoffre-front/node_modules ./node_modules # buildkit |
COPY start-runtime.js ./ # buildkit |
RUN /bin/sh -c chmod +x start-runtime.js # buildkit |
EXPOSE map[8080/tcp:{}] |
ENV NODE_ENV=production |
ENV PORT=8080 |
RUN /bin/sh -c useradd -m -u 1000 lecoffreuser && mkdir -p /leCoffre-front && chown -R lecoffreuser:lecoffreuser /leCoffre-front # buildkit |
USER lecoffreuser |
CMD ["node" "start-runtime.js"] |
Details
Versions (2)
View all