Add jenkins'Dockerfile
Some checks failed
ecodash/pipeline/head There was a failure building this commit
Some checks failed
ecodash/pipeline/head There was a failure building this commit
whoops I forgot
This commit is contained in:
parent
394091d885
commit
d0f8950c3c
|
@ -0,0 +1,7 @@
|
|||
FROM debian:latest
|
||||
|
||||
WORKDIR /app
|
||||
COPY app app
|
||||
COPY templates templates
|
||||
|
||||
CMD ["./app"]
|
Loading…
Reference in a new issue