mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2024-11-19 02:19:24 +01:00
Add jenkins'Dockerfile
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 New Issue
Block a user