From 2d4f90af614ca67f330f4e1f477c6927fc1613ad Mon Sep 17 00:00:00 2001 From: abu Date: Wed, 24 Jan 2024 15:12:25 +0000 Subject: [PATCH] moved commands to single RUN --- fastapi/Dockerfile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/fastapi/Dockerfile b/fastapi/Dockerfile index ec2aa35..a74c206 100644 --- a/fastapi/Dockerfile +++ b/fastapi/Dockerfile @@ -12,15 +12,11 @@ COPY ./app ./app FROM builder as dev-envs -RUN <