Skip to content

Commit

Permalink
LegacyKeyValueFormat: "ENV key=value" should be used instead of legac…
Browse files Browse the repository at this point in the history
…y "ENV key value" format (line 4)
  • Loading branch information
lucassabreu committed Jul 26, 2024
1 parent 7a9cb04 commit b95a60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Container Base
FROM php:7.4-apache

ENV http_proxy ${HTTP_PROXY}
ENV https_proxy ${HTTP_PROXY}
ENV http_proxy=${HTTP_PROXY}
ENV https_proxy=${HTTP_PROXY}
ENV NR_ENABLED=false
ENV NR_DISTRIBUTED_TRACING_ENABLED=false
ENV NR_APPLICATION_LOGGING_ENABLED=false
Expand Down

0 comments on commit b95a60d

Please sign in to comment.