fix: Remove obsolete SERVER_MODE from the Dockerfile

pull/24376/head
Carol (Nichols || Goulding) 2022-11-11 15:16:53 -05:00
parent 51afe53d23
commit 98621f560b
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 2 deletions

View File

@ -57,10 +57,9 @@ ENV PACKAGE=$PACKAGE
COPY --from=build "/root/$PACKAGE" "/usr/bin/$PACKAGE"
COPY docker/entrypoint.sh /usr/bin/entrypoint.sh
ENV INFLUXDB_IOX_SERVER_MODE=database
EXPOSE 8080 8082
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
CMD ["run", "$INFLUXDB_IOX_SERVER_MODE"]
CMD ["run"]