Client: Dockerfile init

This commit is contained in:
SamR1
2018-01-07 22:10:25 +01:00
parent 279fb9bbea
commit 1a6ae7c159
3 changed files with 42 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DROP DATABASE IF EXISTS mpwo;
DROP DATABASE IF EXISTS mpwo_test;
CREATE DATABASE mpwo;
CREATE DATABASE mpwo_test;
CREATE USER mpwo WITH PASSWORD 'mpwo';