Run yarn build during docker build (#1158)

This will alliviate the merge conflicts we keep getting by checking this
file into source control.


-----------

Now, when using docker-compose, to re-generate the `styles.css` file,
you can do so locally in the following ways:

1. locally run `yarn build`
2. run `docker compose build`
This commit is contained in:
Kenneth Reitz
2024-07-22 10:14:44 -04:00
committed by GitHub
parent 2176ea7abc
commit ad30efd71b
7 changed files with 60 additions and 29 deletions

3
.gitignore vendored
View File

@@ -156,6 +156,9 @@ python.log
# mailman
mailman/web/static/
# static files, rendered by docker.
static/css/styles.css
# dev
*.code-workspace
.vscode/settings.json