Skip to content

Commit

Permalink
change in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnansh5 committed Jan 23, 2024
1 parent df33795 commit cddd532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /home/ras
RUN git config --global user.name "SPO Web Team"
RUN git config --global user.email "[email protected]"

RUN git clone --depth 1 https://github.com/PhD-PAS/PhD-PAS-frontend.git .
RUN git clone --depth 1 https://github.com/spo-iitk/PhD-PAS-frontend.git .

EXPOSE 80

Expand Down

0 comments on commit cddd532

Please sign in to comment.