Files
nginx-alpine-image/README.md
2025-11-13 09:23:36 +00:00

414 B

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.