hedgedoc/docs/content/how-to/develop/docker.md
Philip Molares e07cd62596 docs: restructure documentation
This rewrite follows the principles of https://diataxis.fr/

Co-authored-by: Erik Michelson <github@erik.michelson.eu>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-09-17 21:50:21 +02:00

682 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 .