Skip to content

Etuldan/test-result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-result

License

GPLv3, see LICENSE file

Compiling

go build -o ./test-result

Building on Docker

docker build -t test-result .

Deploying on Docker (compose)

services:
    test-result:
        build: .
        container_name: test-result
        restart: always
        ports:
            - 8080:8080

Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published