Initial commit

This commit is contained in:
2025-11-13 09:23:36 +00:00
commit 9b24b2c925
4 changed files with 91 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# image-alpine template
you can use this to create docker images easily just remember:
1. change username and usergroup of your app from `zxc` to what you desire
2. change `username` in `.gitea/workflows/build.yml` to your username
3. change the dockerfile but note: always use latest alpine image and expose the ports you really need to expose
you can open an issue if you had any problems using this template.