Add new post.

This commit is contained in:
Anna Rose Wiggins 2023-08-31 15:29:02 +00:00
parent 0e280f6634
commit 2ed4a722c2
3 changed files with 28 additions and 1 deletions

View file

@ -9,7 +9,6 @@ serve:
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
build:
# TODO: figure out why this always uses the cache on the last step...
docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
push: