mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: cleanup dockerfile
This commit is contained in:
parent
96354098f1
commit
31191c0be8
2 changed files with 1 additions and 3 deletions
1
.env
1
.env
|
|
@ -1,4 +1,5 @@
|
|||
_APP_ENV=development
|
||||
_APP_VERSION=dev
|
||||
_APP_LOCALE=en
|
||||
_APP_WORKER_PER_CORE=6
|
||||
_APP_CONSOLE_WHITELIST_ROOT=disabled
|
||||
|
|
|
|||
|
|
@ -33,12 +33,9 @@ FROM appwrite/base:0.2.2 as final
|
|||
|
||||
LABEL maintainer="team@appwrite.io"
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG DEBUG=false
|
||||
ENV DEBUG=$DEBUG
|
||||
|
||||
ENV _APP_VERSION=$VERSION
|
||||
|
||||
RUN \
|
||||
if [ "$DEBUG" == "true" ]; then \
|
||||
apk add boost boost-dev; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue