From d05a5f45c6d0ef50265d52139f89e6a738310ebf Mon Sep 17 00:00:00 2001 From: Yue Sun Date: Wed, 27 Nov 2024 11:43:45 -0700 Subject: [PATCH] add tethys_components to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 88d90db26..080a759b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,6 +183,7 @@ RUN groupadd www \ ADD --chown=www:www resources ${TETHYS_HOME}/tethys/resources/ ADD --chown=www:www tethys_apps ${TETHYS_HOME}/tethys/tethys_apps/ ADD --chown=www:www tethys_cli ${TETHYS_HOME}/tethys/tethys_cli/ +ADD --chown=www:www tethys_components ${TETHYS_HOME}/tethys/tethys_components/ ADD --chown=www:www tethys_compute ${TETHYS_HOME}/tethys/tethys_compute/ ADD --chown=www:www tethys_config ${TETHYS_HOME}/tethys/tethys_config/ ADD --chown=www:www tethys_layouts ${TETHYS_HOME}/tethys/tethys_layouts/