mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Added missing args.
This commit is contained in:
parent
4f8bcb81d9
commit
327fa9925b
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ RUN yarn install --frozen-lockfile
|
||||||
|
|
||||||
# Rebuild the source code only when needed
|
# Rebuild the source code only when needed
|
||||||
FROM node:16-alpine AS builder
|
FROM node:16-alpine AS builder
|
||||||
|
ARG BASE_PATH
|
||||||
|
ARG DATABASE_TYPE
|
||||||
ENV BASE_PATH=$BASE_PATH
|
ENV BASE_PATH=$BASE_PATH
|
||||||
ENV DATABASE_URL "postgresql://umami:umami@db:5432/umami"
|
ENV DATABASE_URL "postgresql://umami:umami@db:5432/umami"
|
||||||
ENV DATABASE_TYPE=$DATABASE_TYPE
|
ENV DATABASE_TYPE=$DATABASE_TYPE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue