Skip to content

Commit

Permalink
Test change, do not merge
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <benr@cuddletech.com>
  • Loading branch information
benr committed Feb 29, 2024
1 parent add2624 commit 3eebf28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ build: yarn fmt
serve: yarn fmt build
yarn run serve

###
### Caddy
###
.PHONY: caddy/run
caddy/run: build
PORT=8080 ROOT_DIR=./build caddy run

###
### Dockerized for Cloud Run
###
.PHONY: container/build
container/build: build
docker build --no-cache --platform linux/amd64 -t mondoo/docs .
Expand Down

0 comments on commit 3eebf28

Please sign in to comment.