mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-13 05:47:23 -04:00
fix: correct Dockerfile FROM AS casing
Use uppercase AS keyword to match FROM keyword casing, following Docker best practices and eliminating build warning.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Base stage - dependency installation
|
# Base stage - dependency installation
|
||||||
FROM python:3.10-slim as base
|
FROM python:3.10-slim AS base
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user