chore: cleanup dockerfile

This commit is contained in:
Christy Jacob 2023-08-11 23:49:10 +00:00
parent 96354098f1
commit 31191c0be8
2 changed files with 1 additions and 3 deletions

1
.env
View file

@ -1,4 +1,5 @@
_APP_ENV=development
_APP_VERSION=dev
_APP_LOCALE=en
_APP_WORKER_PER_CORE=6
_APP_CONSOLE_WHITELIST_ROOT=disabled

View file

@ -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; \