testrail migrated to new format

This commit is contained in:
stam 2021-06-02 02:30:31 +03:00
parent ee6878a5dd
commit 72c3c488ef
2 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,5 @@
all: tr
tr:
docker build --compress -t epicmorg/testrail .
docker push epicmorg/testrail
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/testrail:latest"
build:
context: .