mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed missing docker middleware.
This commit is contained in:
parent
620011a837
commit
68ffa823f8
2 changed files with 63 additions and 63 deletions
|
|
@ -12,8 +12,8 @@ RUN yarn install --frozen-lockfile
|
|||
FROM node:18-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY docker/middleware.js .
|
||||
COPY . .
|
||||
COPY docker/middleware.js ./src
|
||||
|
||||
ARG DATABASE_TYPE
|
||||
ARG BASE_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue