ecodash/jenkins/Dockerfile
MassiveBox d0f8950c3c
Some checks failed
ecodash/pipeline/head There was a failure building this commit
Add jenkins'Dockerfile
whoops I forgot
2023-07-21 18:30:25 +02:00

8 lines
86 B
Docker

FROM debian:latest
WORKDIR /app
COPY app app
COPY templates templates
CMD ["./app"]