add support for dockerized container hosting

This commit is contained in:
neon_arch 2023-05-09 18:53:12 +03:00
parent 30b187a96e
commit 4364310b24
5 changed files with 115 additions and 65 deletions

9
.dockerignore Normal file
View file

@ -0,0 +1,9 @@
target/
.git/
.github/
.dockerignore
Dockerfile
docker-compose.yml
images
*.md
LICENSE