Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 446 Bytes

ppparsser

License

GPLv3, see LICENSE file

Compiling

go build -o ./ppparsser

Building on Docker

docker build -t ppparsser .

Deploying on Docker (compose)

services:
    ppparsser:
        build: .
        container_name: ppparsser
        restart: always
        ports:
            - 8080:8080

Example