fix: create data dir before build in Dockerfile
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m9s
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m9s
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN mkdir -p /app/data && npm run build
|
||||||
|
|
||||||
FROM node:22-alpine AS runner
|
FROM node:22-alpine AS runner
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user