We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2faa8 commit 1a675edCopy full SHA for 1a675ed
envsubst/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM debian:buster-slim
2
+
3
+RUN apt-get update && apt-get install gettext-base
4
5
+COPY example_file /
6
7
+CMD bash
envsubst/example_file
@@ -0,0 +1,5 @@
+This is just some text to demonstrate envsubt.
+envsubst can substitute environment variables for you!
+It can replace VAR1 with the value of the env var: $VAR1
+And other vars as well: $OTHER
0 commit comments