File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,7 @@ msg () {
14
14
echo -e " \n${COL} $@ ${NO_COL} "
15
15
}
16
16
17
- # Building necessary Docker images --------------------------------------------
18
- msg " Preparing Docker images for services..."
19
- docker compose pull
20
- docker compose build
21
-
22
- msg " Preparing Docker images for ShinyProxy apps..."
23
- ./${SHINYPROXY_DIR} /setup-shinyproxy.sh
24
-
17
+ # Prepare config files --------------------------------------------------------
25
18
msg " Preparing Nginx and ShinyProxy config files from default..."
26
19
27
20
copyDefault () {
@@ -34,3 +27,11 @@ copyDefault () {
34
27
35
28
copyDefault $NGINX_CONFIG
36
29
copyDefault $SHINYPROXY_CONFIG
30
+
31
+ # Building necessary Docker images --------------------------------------------
32
+ msg " Preparing Docker images for services..."
33
+ docker compose pull
34
+ docker compose build
35
+
36
+ msg " Preparing Docker images for ShinyProxy apps..."
37
+ ./${SHINYPROXY_DIR} /setup-shinyproxy.sh
You can’t perform that action at this time.
0 commit comments