Skip to content

Commit

Permalink
chore(frontend): changed frontend release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtn-fa committed Sep 11, 2024
1 parent 0a23236 commit 3c9acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/NginxDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && \
apk add --no-cache git && \
git config --global url."https://${GIT_PERSONAL_TOKEN}:@github.com/".insteadOf "https://github.com/"
# TODO: replace repository url of ui project
RUN git clone --branch v1.0.1 https://github.com/InspectorIncognito/uoct-frontend.git && \
RUN git clone --branch v1.0.2 https://github.com/InspectorIncognito/uoct-frontend.git && \
cp -r uoct-frontend/. . && \
rm -r uoct-frontend
RUN npm install
Expand Down

0 comments on commit 3c9acf0

Please sign in to comment.