hongbo-miao/hongbomiao.com

View on GitHub
web/Makefile

Summary

Maintainability
Test Coverage
docker-build:
    cd .. && \
    docker build --file=web/Dockerfile --tag=ghcr.io/hongbo-miao/hm-web:latest .
docker-push:
    docker push ghcr.io/hongbo-miao/hm-web:latest