view client/Makefile.build @ 506:11d527b3321b

Add Dockerfile for SPA client
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:47:27 +0200
parents 01c5794608e0
children 02082327f1e2
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies .env
	yarn build

dependencies:
	yarn install

.env:
	cp .env.sample $@

clean:
	rm -rf ../web