faas/gateway/Makefile
Alistair Hey b4bed58b66 Fix padding on Fn Store Gateway UI
The padding was off on the Gateway UI for the function
Store popup.

I have removed the 0padding css class from this element and left
it on the elements that require it

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-03-05 15:38:17 +00:00

10 lines
122 B
Makefile

.PHONY: all build push
TAG?=latest
NS?=openfaas
all: build
build:
./build.sh ${TAG} ${NS}
push:
./push.sh ${TAG} ${NS}