Skip to content

Commit

Permalink
Merge pull request #1092 from jverswijver/fix_docs
Browse files Browse the repository at this point in the history
fix docs
  • Loading branch information
guzman-raphael authored Jun 7, 2023
2 parents 99c9ea8 + 9fbf214 commit e2bfe7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN \
COPY --chown=anaconda:anaconda ./${PACKAGE} /main/${PACKAGE}
COPY --chown=anaconda:anaconda ./docs/mkdocs.yaml /main/docs/mkdocs.yaml
COPY --chown=anaconda:anaconda ./docs/src /main/docs/src
COPY --chown=anaconda:anaconda ./CHANGELOG.md /main/docs/src/about/changelog.md
COPY --chown=anaconda:anaconda ./CHANGELOG.md /main/docs/src/changelog.md
2 changes: 1 addition & 1 deletion docs/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ..:/main
user: ${HOST_UID}:anaconda
ports:
- 80:80
- 8080:80
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion docs/src/changelog.md

0 comments on commit e2bfe7a

Please sign in to comment.