libnetwork/test/networkDb/Dockerfile

8 lines
76 B
Docker

FROM alpine
COPY testMain /app/
WORKDIR app
ENTRYPOINT ["/app/testMain"]