8 lines
154 B
Docker
8 lines
154 B
Docker
FROM ubuntu:18.04 as docker_zmq_ubuntu_client
|
|
MAINTAINER tlsong <songtianlun@frytea.com>
|
|
|
|
COPY hw_client.cpp /home/
|
|
COPY hw_client /home/hw_client_host
|
|
|
|
|