Utiliser une variable d’environnement
This commit is contained in:
8
hooks/containerbuild/doc-compiler/basic-env
Executable file
8
hooks/containerbuild/doc-compiler/basic-env
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
echo 'RUN mkdir -p /dist/public' >> Dockerfile
|
||||
echo 'RUN mkdir -p /dist/private' >> Dockerfile
|
||||
echo 'ENV PUBLIC_OUTPUT=/dist/public' >> Dockerfile
|
||||
echo 'ENV PRIVATE_OUTPUT=/dist/private' >> Dockerfile
|
Reference in New Issue
Block a user