Compare commits

...

5 Commits

Author SHA1 Message Date
d03bad2bad trying to fix the back button 2025-01-30 16:16:17 +05:00
37ea284cd8 Merge pull request 'reduce built size' (#1) from shihaam/Post_finder:main into main
Reviewed-on: #1
2025-01-02 14:33:12 +00:00
2954253b3c reduce built size 2025-01-02 19:31:39 +05:00
fb075f77b1 add docker compose build 2025-01-02 17:29:13 +05:00
ac8116c743 update requirements.txt 2025-01-02 17:28:53 +05:00
4 changed files with 15 additions and 10 deletions

View File

@@ -1,11 +1,5 @@
# Use Python slim image
FROM python:3.10-slim
# Install build dependencies
RUN apt-get update \
&& apt-get install -y gcc clang libdbus-1-dev meson \
&& rm -rf /var/lib/apt/lists/* # Clean up
# Set the working directory
WORKDIR /app

6
compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
post:
build:
context: .
dockerfile: Dockerfile
image: git.shihaam.dev/alsan/post

View File

@@ -1,10 +1,12 @@
blinker==1.9.0
click==8.1.8
et_xmlfile==2.0.0
Flask==3.1.0
itsdangerous==2.2.0
Jinja2==3.1.5
MarkupSafe==3.0.2
numpy==2.2.1
openpyxl==3.1.5
pandas==2.2.3
python-dateutil==2.9.0.post0
pytz==2024.2

View File

@@ -8,10 +8,13 @@
<link rel="icon" href="../static/icon.png">
</head>
<body>
<div class="top-left-logo">
<img src="../static/App.png" alt="Logo">
<h5> <strong>SAR</strong> Link </h5>
</div>
<div class="top-left-logo">
<a href="{{ url_for('upload_file') }}"> <img src="../static/App.png" alt="Logo"> </a>
<h5> <strong>SAR</strong> Link </h5>
</div>
<h1>📬 Mail Tracking Lookup System</h1>
<h2>Search Tracking Number</h2>
<div class="con">