chore: Add WWW_PATH for Caddy

This commit is contained in:
Shrikant Sharat Kandula 2023-12-01 17:42:03 +05:30 committed by GitHub
parent ab8e4ba146
commit 72e40c25fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,3 +73,4 @@ VOLUME [ "/appsmith-stacks" ]
# ------------------------------------------------------------------------
ENV TMP="/tmp/appsmith"
ENV NGINX_WWW_PATH="$TMP/www"
ENV WWW_PATH="$TMP/www"