4 lines
90 B
Docker
4 lines
90 B
Docker
|
FROM quay.io/influxdb/influx:nightly
|
||
|
|
||
|
ENTRYPOINT ["/entrypoint.sh", "--e2e-testing=true"]
|