nokiy-web (sha256:57571eeffb51f003ae5ce13371a19316e940249d34756a73227ac0ff319e9b81)
Installation
docker pull git.nokiy.net/reonokiy/nokiy-web@sha256:57571eeffb51f003ae5ce13371a19316e940249d34756a73227ac0ff319e9b81sha256:57571eeffb51f003ae5ce13371a19316e940249d34756a73227ac0ff319e9b81Image layers
| WORKDIR /app/web |
| COPY /app/web/dist ./dist # buildkit |
| COPY /app/web/node_modules ./node_modules # buildkit |
| COPY /app/node_modules /app/node_modules # buildkit |
| COPY /app/web/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 (24)
View all