Initial Docker configuration

This commit is contained in:
apanizo 2018-08-09 11:35:46 +02:00
parent 703949f1d7
commit 94afc6e326
2 changed files with 9 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM node:9.11.1-alpine
RUN yarn test

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: '3.5'
services:
setup:
image: gnosispm/safe-transaction-history:develop
context: .
dockerfile: Dockerfile