mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Merge pull request #655 from zhigang1992/base_path
chore(docker): add base_path to build args
This commit is contained in:
commit
3852fefaff
@ -1,6 +1,8 @@
|
||||
# Build image
|
||||
FROM node:12.18-alpine AS build
|
||||
ARG BASE_PATH
|
||||
ARG DATABASE_TYPE
|
||||
ENV BASE_PATH=$BASE_PATH
|
||||
ENV DATABASE_URL "postgresql://umami:umami@db:5432/umami" \
|
||||
DATABASE_TYPE=$DATABASE_TYPE
|
||||
WORKDIR /build
|
||||
|
Loading…
Reference in New Issue
Block a user