Posts by Lucas dos Santos Abreu • 126 points
1 post
-
1
votes1
answer433
viewsA: Place a function inside the ENV in the Dockerfile
The command ENV has the idea of defining "static" variables, for example: ENV ENV_TYPE DEV ENV PROD_VERSION 3.1.1 It will not try to process the variable value, it will only accept it as the final…
dockeranswered Lucas dos Santos Abreu 126