Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 3a38823

Browse files
authored
Merge pull request #1954 from bjones1/docker-tools-fix
Refactor: separate bootstrap from build process for the Docker tools.
2 parents 05488f7 + 825931b commit 3a38823

File tree

3 files changed

+357
-250
lines changed

3 files changed

+357
-250
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
id: docker-build
3030
run: |
3131
cd RunestoneServer
32-
python3 docker/docker_tools.py build --single-dev
32+
python3 docker/docker_tools.py init
33+
docker-tools build --single-dev --clone-all RunestoneInteractive
3334
- name: Start container
3435
id: docker-up
3536
run: |

0 commit comments

Comments
 (0)