This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2026-02-24 04:00:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7db5937bb2dbd74ff1a720c820fb401c64630d68
dokku
/
tests
/
apps
/
python
/
bin
/
pre_compile
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: simplify env var passing by using a new config:export format Also add a test for env vars during build time for pack-built applications.
2022-01-15 08:34:02 -05:00
#!/usr/bin/env bash
fix: correct lint error
2022-01-15 08:44:02 -05:00
echo "Build time env var SECRET_KEY=${SECRET_KEY}"
Reference in New Issue
Copy Permalink