Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm authored Oct 23, 2024
1 parent 9918973 commit 9c9ecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ After that, just open http://localhost:5000
If you need to build docker, just run the code

```sh
rm -rf ./build/*
rm -rf ./build ./_site
npx -y @diplodoc/cli -i ./ -o ./_site
DOCKER_BUILDKIT=1 docker build --platform linux/amd64 -t MYCOMPANY/docs .
docker push MYCOMPANY/docs:latest
Expand Down

0 comments on commit 9c9ecc1

Please sign in to comment.