Skip to content

Commit

Permalink
Updates the Dockerfile to use non-legacy syntax for environment varia…
Browse files Browse the repository at this point in the history
…bles. (#5417)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Feb 5, 2025
1 parent 81c1c84 commit 782793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG CONFIG_FILEPATH
ARG ARCHIVE_FILE
ARG ARCHIVE_FILE_UNPACKED

ENV DATA_PREPPER_PATH /usr/share/data-prepper
ENV DATA_PREPPER_PATH=/usr/share/data-prepper
ENV ENV_CONFIG_FILEPATH=$CONFIG_FILEPATH
ENV ENV_PIPELINE_FILEPATH=$PIPELINE_FILEPATH

Expand Down

0 comments on commit 782793a

Please sign in to comment.