Commit 8bd3d9cf authored by Vũ Hoàng Anh's avatar Vũ Hoàng Anh

chore: finalize Dockerfile.prod - simplified production build

parent 2ef3ac05
......@@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1
# Copy requirements rồi cài package
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
# Copy code
COPY . .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment