mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-21 14:08:14 +00:00
Initial Docker configuration
This commit is contained in:
parent
703949f1d7
commit
94afc6e326
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM node:9.11.1-alpine
|
||||||
|
RUN yarn test
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
version: '3.5'
|
||||||
|
|
||||||
|
services:
|
||||||
|
setup:
|
||||||
|
image: gnosispm/safe-transaction-history:develop
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
Loading…
x
Reference in New Issue
Block a user