How to customize TerriaMap from docker version. #7624
Unanswered
nikkopante
asked this question in
Q&A
Replies: 1 comment
-
Hi @nikkopante, the default TerriaMap Docker image contains only the prebuilt, compiled assets, which means you cannot directly modify the variables.scss or replace the loading. gif within the running container (I couldn't find GIF through a quick search). You can build a new Docker image from source code with your modifications. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using docker to deploy an instance of TerriaMap. I have mounted the configuration files, as stated in the documentation.
I want to customize the button colors and other related for branding. In the docs, it would be to change the
lib/Styles/variables.scss
. However, in the docker version there is nolib
folder, thus unable to locate the variables.scss. I cannot also change the loading.gif
because of this.How can I customize the theme and change the loading
.gif
using docker?Beta Was this translation helpful? Give feedback.
All reactions