summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: ec80b917db11f9cd6e2d485a3809feac391ecf6b (plain) (tree)
1
2
3
4
5
6
7
8







                                                                        




                                                                                                  
run:
	@docker run -d --name ded-core -p 4000:4000 --rm ded-core:latest

build:
	@docker build -t ded-core .

stop:
	@docker stop ded-core

# assume GRANT SELECT, INDEX, CREATE, INSERT, UPDATE, DROP, DELETE ON ded.* TO 'web'@'localhost'; 
# assume CREATE DATABASE ded CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
populate:
	mariadb -u web ded -p <  populate.sql