Skip to content

Commit

Permalink
refs #147: Renamed container and target for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickgrinder committed Mar 10, 2024
1 parent 06a46e9 commit 92d86de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docs-extract:
docker compose run \
--rm \
--user $(CURRENT_UID) \
docs-generator /project \
docs-extractor /project \
-o /output \
-d addons/popochiu/engine/

Expand Down
4 changes: 2 additions & 2 deletions docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ services:
context: .
dockerfile: Dockerfile.MkDocs
command: serve -a 0.0.0.0:80
docs-generator:
docs-extractor:
volumes:
- ..:/project
- ./src/content/the-engine-handbook/scripting-reference:/output
profiles:
- tools
build:
context: .
dockerfile: Dockerfile.DocsMaker
dockerfile: Dockerfile.DocsExtractor

0 comments on commit 92d86de

Please sign in to comment.