Explorar el Código

Merge branch 'dockerize/server' of hostbbq/hostbbq-monitoring into master

tunefish hace 2 años
padre
commit
d17f0ba5eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server/install/install.sh

+ 1 - 0
server/install/install.sh

@@ -64,6 +64,7 @@ if [ -f "$INSTALL_DIR/.env" ]; then
 else 
   cp "$TMPFOLDER/server/.env.default" ./.env
 fi
+cp -r "$GCC_CONFIG_DIR" ./server/
 
 docker compose -f server.docker-compose.yml build