Update 2 files

- /web/app.py
- /web/Dockerfile
This commit is contained in:
horuzhij timofej 2024-11-24 10:08:27 +00:00
parent 092646de34
commit 24c60e2857
2 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
# ./web/Dockerfile
FROM python:3.9-slim
WORKDIR /app

View file

@ -1,5 +1,3 @@
# ./web/app.py
from flask import Flask, jsonify
import pymysql
import os