Skip to content

Commit e0a9970

Browse files
committed
refactor: rename app.py to main.py for clarity
The filename was changed to better reflect its role as the main entry point of the application. This makes the project structure more intuitive for new developers.
1 parent 62d5072 commit e0a9970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY requirements.txt .
1111
RUN pip install --no-cache-dir -r requirements.txt
1212

1313
# Copy application code
14-
COPY app.py .
14+
COPY main.py .
1515

1616
# Set environment variables
1717
ENV PORT=8080

0 commit comments

Comments
 (0)