Skip to content

Commit

Permalink
Merge pull request #42 from titouanfreville/issue-30-secureAPI
Browse files Browse the repository at this point in the history
Corrected database container
  • Loading branch information
titouanfreville authored Mar 13, 2017
2 parents 2a7777a + 6b54660 commit 840baaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
context: .
dockerfile: docker/gobase.Dockerfile
image: registry.le-corre.eu:5000/go:base
ports:
- 3000:3000
env_file: .env
depends_on:
- database
Expand Down
3 changes: 2 additions & 1 deletion docker/database.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM mariadb:10.1
MAINTAINER Clement LE CORRE <[email protected]>
COPY scripts/*.sql /docker-entrypoint-initdb.d/
COPY scripts/init_values.sql /docker-entrypoint-initdb.d/init_values.sql
COPY scripts/init.sql /docker-entrypoint-initdb.d/init.sql

0 comments on commit 840baaf

Please sign in to comment.