mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added middleware for docker.
This commit is contained in:
parent
3eabe9b958
commit
ac8d8bbd1e
4 changed files with 59 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ 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 . .
|
||||
|
||||
ARG DATABASE_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue