mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
11 lines
143 B
Docker
11 lines
143 B
Docker
FROM sherlockren/metis-full
|
|
WORKDIR /metis
|
|
ADD . /metis
|
|
EXPOSE 80
|
|
EXPOSE 8080
|
|
|
|
RUN chmod +x /metis/init.sh
|
|
|
|
CMD ["/bin/sh","/metis/init.sh"]
|
|
|