Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reganmaharjan authored Apr 6, 2024
1 parent bb30cec commit f3af63a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3af63a

Please sign in to comment.