nokiy-web (sha256:e9a128165627561e0c84f3328f4e436552d35d6932dff5f8cb78275e4d3723d3)
Installation
docker pull git.nokiy.net/reonokiy/nokiy-web@sha256:e9a128165627561e0c84f3328f4e436552d35d6932dff5f8cb78275e4d3723d3sha256:e9a128165627561e0c84f3328f4e436552d35d6932dff5f8cb78275e4d3723d3Image 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