1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-05 22:53:57 +02:00
echo/website/Dockerfile

8 lines
112 B
Docker
Raw Normal View History

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