1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
echo/website/Dockerfile
Vishal Rana c8d77b2675 Fixed #307
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-09 10:02:37 -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"]