1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
echo/website/Dockerfile
Vishal Rana dbd1e8e230 Separated recipes from the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-09 11:00:13 -08:00

8 lines
128 B
Docker

FROM reg.lab.st/argo
MAINTAINER Vishal Rana <vr@labstack.com>
ADD argo.json /etc
ADD public /www
CMD ["-c", "/etc/argo.json"]