mirror of
https://github.com/labstack/echo.git
synced 2025-02-13 13:48:25 +02:00
8 lines
112 B
Docker
8 lines
112 B
Docker
FROM busybox
|
|
MAINTAINER Vishal Rana <vr@labstack.com>
|
|
|
|
COPY server /server
|
|
COPY public /public
|
|
|
|
CMD ["/server"]
|