-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb30cec
commit f3af63a
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]/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. | ||
|