Initial Docker configuration
This commit is contained in:
parent
703949f1d7
commit
94afc6e326
|
@ -0,0 +1,2 @@
|
|||
FROM node:9.11.1-alpine
|
||||
RUN yarn test
|
|
@ -0,0 +1,7 @@
|
|||
version: '3.5'
|
||||
|
||||
services:
|
||||
setup:
|
||||
image: gnosispm/safe-transaction-history:develop
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
Loading…
Reference in New Issue