Skip to content

Commit

Permalink
Set default config path in docker images (close #271)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Aug 11, 2023
1 parent d51a5c9 commit 0927102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.aws
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ ADD build/output/linux/aws/cli/snowbridge /opt/snowplow/
RUN adduser -D snowplow
USER snowplow

ENV SNOWBRIDGE_CONFIG_FILE=/tmp/config.hcl

CMD ["/opt/snowplow/snowbridge"]
2 changes: 2 additions & 0 deletions Dockerfile.main
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ ADD build/output/linux/main/cli/snowbridge /opt/snowplow/
RUN adduser -D snowplow
USER snowplow

ENV SNOWBRIDGE_CONFIG_FILE=/tmp/config.hcl

CMD ["/opt/snowplow/snowbridge"]

0 comments on commit 0927102

Please sign in to comment.