Skip to content

Commit

Permalink
update build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Hodgetts committed Nov 7, 2022
1 parent 7c0e4b2 commit c5c42d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.PHONY: all
all: format test build

.PHONY: build
build:
docker build -t kusk-gateway-api server
docker buildx build -t kusk-gateway-api -f build/api-server/Dockerfile .
docker buildx build -t kusk-gateway-api-websocket -f build/websocket/Dockerfile .

server-generate:
openapi-generator-cli generate -i api/openapi.yaml -g go-server -o server/ --additional-properties=featureCORS=true
Expand Down

0 comments on commit c5c42d5

Please sign in to comment.