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