diff --git a/e2e/scripts/Dockerfile b/e2e/scripts/Dockerfile index e74662b3d7..a1bd1ea1bc 100644 --- a/e2e/scripts/Dockerfile +++ b/e2e/scripts/Dockerfile @@ -1,7 +1,3 @@ -#Use and official Python runtime as a base image FROM quay.io/influxdb/influx:nightly -#ADD entrypoint.sh /entrypoint.sh - -#Run app.py when the container launches ENTRYPOINT ["/entrypoint.sh", "--e2e-testing=true"]