MassiveBox
d0f8950c3c
Some checks failed
ecodash/pipeline/head There was a failure building this commit
whoops I forgot
8 lines
86 B
Docker
8 lines
86 B
Docker
FROM debian:latest
|
|
|
|
WORKDIR /app
|
|
COPY app app
|
|
COPY templates templates
|
|
|
|
CMD ["./app"]
|