mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 07:22:07 +10:00
Update readme
* Rename storage volume
This commit is contained in:
@ -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