@@ -17,4 +17,4 @@ EXPOSE 8080
ENV FLASK_ENV=development
# Run the command to start the app
-CMD ["python", "theta_rho_app.py"]
+CMD ["python", "app.py"]
@@ -9,7 +9,7 @@ import math
app = Flask(__name__)
# Theta-rho directory
-THETA_RHO_DIR = './theta_rho_files'
+THETA_RHO_DIR = './patterns'
os.makedirs(THETA_RHO_DIR, exist_ok=True)
# Serial connection (default None, will be set by user)