nokiy-web (sha256:927ada327c91e4f51b057eea0571e85efaf1b350a4ccdf40e8bb9e47101c5555)
Installation
docker pull git.nokiy.net/reonokiy/nokiy-web@sha256:927ada327c91e4f51b057eea0571e85efaf1b350a4ccdf40e8bb9e47101c5555sha256:927ada327c91e4f51b057eea0571e85efaf1b350a4ccdf40e8bb9e47101c5555Image layers
| WORKDIR /app |
| COPY /app/dist ./dist # buildkit |
| COPY /app/node_modules ./node_modules # buildkit |
| COPY /app/package.json ./package.json # buildkit |
| EXPOSE [4321/tcp] |
| ENV NODE_ENV=production |
| ENV HOST=0.0.0.0 |
| ENV PORT=4321 |
| CMD ["./dist/server/entry.mjs"] |
Details
Versions (3)
View all