1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
echo/website/Dockerfile
Vishal Rana c020919cb4 Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-01 18:24:38 -07:00

8 lines
112 B
Docker

FROM busybox
MAINTAINER Vishal Rana <vr@labstack.com>
COPY server /server
COPY public /public
CMD ["/server"]