Add jenkins'Dockerfile

whoops I forgot
This commit is contained in:
MassiveBox 2023-07-21 18:30:25 +02:00
parent 394091d885
commit d0f8950c3c
No known key found for this signature in database
GPG Key ID: 9B74D3A59181947D
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
FROM debian:latest
WORKDIR /app
COPY app app
COPY templates templates
CMD ["./app"]