Add jenkins'Dockerfile
Some checks failed
ecodash/pipeline/head There was a failure building this commit

whoops I forgot
This commit is contained in:
MassiveBox 2023-07-21 18:30:25 +02:00
parent 394091d885
commit d0f8950c3c
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

View file

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