Skip to content

Commit 9476b62

Browse files
committed
No make in docker-ce image
1 parent 7545937 commit 9476b62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ commands:
1919
- checkout
2020
- setup_remote_docker
2121
# - run: npm ci
22-
- run: make docker-images
23-
- run: make docker-run
24-
- run: make docker-copy-assets
22+
- run: docker build -t sphinx_rtd_theme:latest .
23+
- run: docker run --cidfile=.container_id --mount type=bind,source="$(pwd)/src",target=/project/src,readonly sphinx_rtd_theme:latest
24+
- run: docker cp "$(cat .container_id):/project/sphinx_rtd_theme" .
25+
- run: docker cp "$(cat .container_id):/project/package-lock.json" .
2526
- run:
2627
name: Ensure built assets are up to date
2728
command: |

0 commit comments

Comments
 (0)