Q. What does `ENV APP_ENV=production` do?
β
Correct Answer: (C)
Sets an environment variable
Explanation: `ENV` sets environment variables inside the container.