mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore(config,docker,ci,ui): rename IS_ENTERPRISE to IS_ENTERPRISE_EDITION across env, Dockerfiles, compose and workflows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM fluentd
|
||||
|
||||
ARG IS_ENTERPRISE=false
|
||||
ENV IS_ENTERPRISE=${IS_ENTERPRISE}
|
||||
ARG IS_ENTERPRISE_EDITION=false
|
||||
ENV IS_ENTERPRISE_EDITION=${IS_ENTERPRISE_EDITION}
|
||||
|
||||
# This container will only run in dev env, so this is ok.
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user