Skip to content

Commit

Permalink
Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: João Duarte <[email protected]>
  • Loading branch information
robbavey and jsvd authored Apr 10, 2024
1 parent 02f1fc7 commit ae312b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ RUN env2yamlarch="$({{ arch_command }})"; \
cp env2yaml/env2yaml-${env2yamlarch} /usr/local/bin/env2yaml; \
rm -rf env2yaml


# Place the startup wrapper script.
ADD bin/docker-entrypoint /usr/local/bin/
{% else -%}
Expand All @@ -175,7 +174,6 @@ COPY scripts/config/logstash.yml config/logstash.yml
COPY scripts/config/log4j2.properties config/
COPY scripts/pipeline/default.conf pipeline/logstash.conf
RUN chown --recursive logstash:root config/ pipeline/

# Place the startup wrapper script.
COPY scripts/bin/docker-entrypoint /usr/local/bin/
{% endif -%}
Expand Down

0 comments on commit ae312b2

Please sign in to comment.