Skip to content

Commit 6c3d8f4

Browse files
Prepare config first and foremost
1 parent 31465c6 commit 6c3d8f4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.sh

+9-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ msg () {
1414
echo -e "\n${COL}$@${NO_COL}"
1515
}
1616

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 --------------------------------------------------------
2518
msg "Preparing Nginx and ShinyProxy config files from default..."
2619

2720
copyDefault () {
@@ -34,3 +27,11 @@ copyDefault () {
3427

3528
copyDefault $NGINX_CONFIG
3629
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

0 commit comments

Comments
 (0)