This website requires JavaScript.
Explore
Help
Register
Sign In
massivebox
/
ecodash
Watch
2
Star
1
Fork
You've already forked ecodash
1
Code
Issues
Pull requests
Actions
Packages
Releases
6
Wiki
Activity
6bfe31de56
ecodash
/
jenkins
/
Dockerfile
8 lines
86 B
Docker
Raw
Normal View
History
Unescape
Escape
Add jenkins'Dockerfile whoops I forgot
2023-07-21 16:30:25 +00:00
FROM
debian:latest
WORKDIR
/app
COPY
app app
COPY
templates templates
CMD
[
"./app"
]
Reference in a new issue
Copy permalink