Compare commits
	
		
			3 Commits
		
	
	
		
			fb075f77b1
			...
			main
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d03bad2bad | |||
| 37ea284cd8 | |||
| 
						
						
							
						
						2954253b3c
	
				 | 
					
					
						
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user