From 9937f814f69dd04d24b2fe9fc2df886cad71f370 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 9 Apr 2026 11:33:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Attempt=203=20(fixed):=20Add=20C?= =?UTF-8?q?OPY=20command=20for=20source=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker-push.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/docker-push.yaml b/.gitea/workflows/docker-push.yaml index 69c3bb3..b12e020 100644 --- a/.gitea/workflows/docker-push.yaml +++ b/.gitea/workflows/docker-push.yaml @@ -63,7 +63,7 @@ jobs: echo "Building Docker image with tags: $TAGS" # Build the production image using inline version with prebuilt cache image - # Fixed: Use proper variable substitution in the inline Dockerfile + # Fixed: Proper working directory and source code copying docker build -t dance-lessons-coach -f - . <