mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue