Cleanup the comments, according to the feedbacks

pull/18090/head
greg linton 2020-05-13 16:39:45 -06:00
parent 9ed4770700
commit 3cd13242b3
1 changed files with 0 additions and 4 deletions

View File

@ -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"]