mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-16 05:37:32 +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"]
|