How to set environment variables in Dockerfile via Azure DevOps

后端 未结 4 1625
栀梦
栀梦 2021-01-19 21:45

In my projects Docker file I have some environment variables, like this:

ENV ACCEPT_EULA=Y
ENV SA_PASSWORD=Password
ENV MSSQL_PID=Developer
ENV MSSQL_TCP_POR         


        
4条回答
  •  一整个雨季
    2021-01-19 22:25

    In release, choose deploy azure app service task. Provide required properties at App settings section under Application and Configuration Settings option.

提交回复
热议问题