Update readme

* Rename storage volume
This commit is contained in:
Philipinho
2024-06-28 17:29:46 +01:00
parent 52017b60ca
commit 681a21a238
3 changed files with 35 additions and 61 deletions

View File

@ -1,6 +1,6 @@
FROM node:21-alpine AS base
FROM base as builder
FROM base AS builder
WORKDIR /app
@ -10,7 +10,7 @@ RUN npm install -g pnpm
RUN pnpm install --frozen-lockfile
RUN pnpm build
FROM base as installer
FROM base AS installer
RUN apk add --no-cache curl bash