Skip to content

Etuldan/ppparsser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published