We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6feade commit a476ad9Copy full SHA for a476ad9
1 file changed
src/docker-dev-lamp-env.py
@@ -116,7 +116,6 @@ def generateFileWithPath(path,content,lines=False,isYaml=False):
116
generateFileWithPath(dockerComposeFile,data,False,True)
117
118
# print('Gerando arquivo .env do ambiente docker\n')
119
-
120
# generateFileWithPath(envFile,[
121
# "DB_HOST=db\n",
122
# "DB_PORT=3306\n",
0 commit comments