mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
chore(docker): add base_path to build args
This commit is contained in:
parent
5ecaf5587b
commit
3d9951661c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
# Build image
|
# Build image
|
||||||
FROM node:12.18-alpine AS build
|
FROM node:12.18-alpine AS build
|
||||||
|
ARG BASE_PATH
|
||||||
ARG DATABASE_TYPE
|
ARG DATABASE_TYPE
|
||||||
|
ENV BASE_PATH=$BASE_PATH
|
||||||
ENV DATABASE_URL "postgresql://umami:umami@db:5432/umami" \
|
ENV DATABASE_URL "postgresql://umami:umami@db:5432/umami" \
|
||||||
DATABASE_TYPE=$DATABASE_TYPE
|
DATABASE_TYPE=$DATABASE_TYPE
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue