mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
c020919cb4
Signed-off-by: Vishal Rana <vr@labstack.com>
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"]
|