Compare commits
5 Commits
b25c46ec68
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d03bad2bad | |||
| 37ea284cd8 | |||
|
2954253b3c
|
|||
| fb075f77b1 | |||
| ac8116c743 |
@@ -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
6
compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
post:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: git.shihaam.dev/alsan/post
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1>📬 Mail Tracking Lookup System</h1>
|
||||
<h2>Search Tracking Number</h2>
|
||||
<div class="con">
|
||||
|
||||
Reference in New Issue
Block a user