1
0

add reading history to /about
Some checks failed
Build Docker and Deploy / Build Docker (push) Failing after 37s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
2026-02-07 22:37:18 +01:00
parent fcc10e1d70
commit 925960eb39
24 changed files with 662 additions and 164 deletions

View File

@@ -62,6 +62,18 @@ push-docker:
docker image push $(DOCKER_REPO)/$(DOCKER_NAME):$(NAMESPACE)-latest
docker image push $(DOCKER_REPO)/$(DOCKER_NAME):latest
css:
docker build -t mscom-css-compile data/css_compress
docker run --rm \
-v "$(shell pwd):/project" \
-w /project/data/css_compress \
mscom-css-compile \
python3 /project/data/css_compress/compress.py \
/project/www/data/css/styles.scss \
/project/www/data/css/styles.css \
/project/www/data/css/styles.min.css
docker image rm mscom-css-compile
clean:
rm -rf ".run-data"
git clean -fdx