From f3af63af41cd512e15aa9145a4867f4b2d6e652a Mon Sep 17 00:00:00 2001 From: Regan Maharjan Date: Sat, 6 Apr 2024 10:18:12 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index f72606f..0f26ff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,9 @@ RUN apk add --no-cache curl git WORKDIR /var/lib/nginx RUN rm -rf html +# Assuming the 'cloned_repo' directory is your build context +COPY ./cloned_repo/epaath_es_oneactivity_project /var/lib/nginx/html + # The next line clones the project directly, which is now handled in the GitHub Actions workflow # RUN git clone --depth=1 --single-branch --branch with_all_activities https://GITLAB_USERNAME:GITLAB_PASSWORD@git2023.olenepal.org/regan/epaath_es_oneactivity_project.git html # If there are additional steps to move or prepare the project files, they should be adjusted to reflect the new context.