hedgedoc/docs/content/dev/docker.md
David Mehren b5e64880cd docs: Add docker docs to navbar
Signed-off-by: David Mehren <git@herrmehren.de>
2023-03-24 20:06:11 +01:00

487 B

Building Docker images

To build docker images of the backend or frontend use the following commands. Make sure that you have installed the Docker BuildKit Plugin and execute the commands from the root level of the project. Otherwise, the build process may fail.

docker buildx build -f backend/docker/Dockerfile -t hedgedoc-backend .

or

docker buildx build -f frontend/docker/Dockerfile -t hedgedoc-frontend .