Skip to content

Commit

Permalink
Deployed c230983 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Dec 12, 2024
1 parent 428e5e9 commit 1e826d3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions main/entrypoints/chown_root.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

[ -e ".finished" ] && return 0

chown -R root:root .
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
labels: !reset null
volumes:
- archivemock_dev:/job_mock
user: root

volumes:
archivemock_dev:
Expand Down
4 changes: 3 additions & 1 deletion main/services/compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ services:
# These volumes allow to run init scripts before running the service
- ${PWD}/entrypoints/loop_entrypoints.sh:/usr/local/bin/loop_entrypoints.sh
- ${PWD}/entrypoints/infinite_loop.sh:/usr/local/bin/infinite_loop.sh
- ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/00.sh
- ${PWD}/entrypoints/chown_root.sh:/docker-entrypoints/00.sh
- ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/01.sh
environment:
GITHUB_REPO: ${GITHUB_REPO:-}
user: root
node-app-from-local:
extends: web-app
volumes:
Expand Down
1 change: 0 additions & 1 deletion main/services/landingpage/compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
volumes:
- ${PWD}/entrypoints/merge_json.sh:/docker-entrypoints/10.sh
- ${PWD}/entrypoints/add_chrome.sh:/docker-entrypoints/20.sh
user: root

volumes:
landingpage_dev:
Expand Down
1 change: 0 additions & 1 deletion main/services/searchapi/compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
service: node-app-from-local
volumes:
- ${PWD}/entrypoints/npm_ci.sh:/docker-entrypoints/10.sh
user: root
env_file:
- ./config/.dev.env

Expand Down

0 comments on commit 1e826d3

Please sign in to comment.