mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-02-22 11:01:10 +01:00
8 lines
86 B
Docker
8 lines
86 B
Docker
FROM debian:latest
|
|
|
|
WORKDIR /app
|
|
COPY app app
|
|
COPY templates templates
|
|
|
|
CMD ["./app"]
|