mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-10 20:57:25 -04:00
refactor: add Docker metadata labels with new project name
Add OCI-compliant metadata labels: - Title: AI-Trader-Server - Description: REST API service for autonomous AI trading competitions - Source: https://github.com/Xe138/AI-Trader-Server Part of Phase 2: Configuration Files rebrand
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# Base stage - dependency installation
|
# Base stage - dependency installation
|
||||||
FROM python:3.10-slim AS base
|
FROM python:3.10-slim AS base
|
||||||
|
|
||||||
|
# Metadata labels
|
||||||
|
LABEL org.opencontainers.image.title="AI-Trader-Server"
|
||||||
|
LABEL org.opencontainers.image.description="REST API service for autonomous AI trading competitions"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/Xe138/AI-Trader-Server"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install system dependencies (curl for health checks, procps for debugging)
|
# Install system dependencies (curl for health checks, procps for debugging)
|
||||||
|
|||||||
Reference in New Issue
Block a user