post c10 cleanup
This commit is contained in:
		@@ -12,7 +12,7 @@ COPY requirements.txt /code
 | 
			
		||||
RUN target=/root/.cache/pip \
 | 
			
		||||
    pip3 install --root-user-action=ignore -q -r requirements.txt
 | 
			
		||||
 | 
			
		||||
# Need to make this explicit as part of expansion, no migrations or venv
 | 
			
		||||
# Dockerignore has this skip migrations, venv, sqlite db
 | 
			
		||||
COPY . .
 | 
			
		||||
 | 
			
		||||
ENV FLASK_APP microblog.py
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,6 @@ class Config:
 | 
			
		||||
    SQLALCHEMY_DATABASE_URI = 'mariadb+mariadbconnector://flasku:' + os.environ.get('DOTENV_MYSQL_PASSWORD') + '@db:3306/flask'
 | 
			
		||||
 | 
			
		||||
    MAIL_SERVER = 'pmb'
 | 
			
		||||
    #MAIL_SERVER = ''
 | 
			
		||||
    MAIL_PORT = 25
 | 
			
		||||
    MAIL_USE_TLS = False
 | 
			
		||||
    MAIL_USERNAME = ''
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user