7 lines
139 B
Makefile
7 lines
139 B
Makefile
executable:
|
|
./mvnw package -Pnative
|
|
|
|
image:
|
|
docker build -t rhiobet/lalafin . -f src/main/docker/Dockerfile.native
|
|
|
|
all: executable image |