1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-24 03:16:14 +02:00
echo/website/Dockerfile

8 lines
128 B
Docker
Raw Normal View History

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