sec: add production server
Docker Build and Push / build-and-push (push) Successful in 1m31s

This commit is contained in:
2025-08-07 21:16:47 +03:00
parent 5da241b62e
commit 3a5e991870
3 changed files with 20 additions and 8 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ from os import system as console
from flask import Flask, render_template
app = Flask(__name__)
console("sass static/style/main.scss static/style/main.css")
if app.debug:
console("sass static/style/main.scss static/style/main.css")
@app.route("/")
def index():