mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
website: fix typos (#20996)
This commit is contained in:
@@ -35,7 +35,7 @@ If you're focusing solely on frontend development, you can create a minimal deve
|
||||
echo "AUTHENTIK_TAG=gh-next" >> ./lifecycle/container/.env
|
||||
echo "AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-next" >> ./lifecycle/container/.env
|
||||
echo "AUTHENTIK_LOG_LEVEL=debug" >> ./lifecycle/container/.env
|
||||
echo "GIT_BUILD_HASH="dev"" >> ./lifecycle/container/.env
|
||||
echo 'GIT_BUILD_HASH="dev"' >> ./lifecycle/container/.env
|
||||
```
|
||||
|
||||
3. Create a Docker Compose override file (`compose.override.yml`) in the root of the repository. This will override the volume configurations for the local configuration file (`local.env.yml`) and mount the directory for the frontend code (`web`) into the docker containers. Docker will automatically mount the web files generated by the build process. The `local.env.yml` mount is optional, but allows you to override the default configuration.
|
||||
@@ -48,7 +48,7 @@ If you're focusing solely on frontend development, you can create a minimal deve
|
||||
- ./local.env.yml:/local.env.yml
|
||||
```
|
||||
|
||||
4. From the repository root, run the front-end build script. This will install the npm packages needed to run the frontend project and start the project in watch mode.
|
||||
4. From the repository root, run the frontend build script. This will install the npm packages needed to run the frontend project and start the project in watch mode.
|
||||
|
||||
```shell
|
||||
make node-install
|
||||
|
||||
Reference in New Issue
Block a user