Initial Version
This commit is contained in:
commit
3046b1ee7b
21 changed files with 491 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
|
||||
ARG PACKAGE_VERSION=0.1.0
|
||||
RUN pip install support_formatter==${PACKAGE_VERSION}
|
||||
|
||||
CMD [ "support-formatter" ]
|
Loading…
Add table
Add a link
Reference in a new issue