mirror of
https://github.com/labstack/echo.git
synced 2025-01-05 22:53:57 +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"]
|