Skip to content
Dockerfile 297 B
Newer Older
Michel Roy's avatar
Michel Roy committed
# Copyright (c) 2019
# InterDigital Communications, Inc.
# All rights reserved.
Mike Roy's avatar
Mike Roy committed
#
Michel Roy's avatar
Michel Roy committed
# The information provided herein is the proprietary and confidential
# information of InterDigital Communications, Inc.
Mike Roy's avatar
Mike Roy committed

FROM debian:9.6-slim
COPY ./meep-mon-engine /meep-mon-engine
ENTRYPOINT ["/meep-mon-engine"]