Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 454 Bytes

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