Skip to content

Commit

Permalink
change to how secrets/conf are mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Jan 10, 2025
1 parent 2742618 commit 1fbfdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# sync any required secrets from secrets mount
cp -a /secrets/.env* /secrets/.secrets* /secrets/* /app || exit 1
cp -a /secrets/.env* /secrets/.secrets* /secrets/* /app || true

### Start the "services"

Expand Down

0 comments on commit 1fbfdfa

Please sign in to comment.