mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
Update readme
* Rename storage volume
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user