Skip to content

kordlib/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

Docker base images for running Kord Native applications

This image can be used as a base for the upcoming Kord Native target, please read kordlib/kord#69 for more information

Example Usage

FROM ghcr.io/kordlib/docker:main

WORKDIR /usr/app
COPY yourbinary /usr/app/yourbinary

ENTRYPOINT ["/usr/app/yourbinary"]

About

Docker base images for Kord native applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published