1
0
mirror of https://github.com/labstack/echo.git synced 2025-02-05 13:15:02 +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"]