Skip to content
Snippets Groups Projects
Commit a9706179 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): dockerfile

update dockerfile ==> correct typo
parent 0d574237
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ RUN rm -rf /usr/share/nginx/html/yareta-test/portal/assets/configurations/* && \
WORKDIR /usr/share/nginx/html/dlcm-test/portal/
RUN sed -i -- 's/<base href="\/portal\/">/<base href="\/dlcm-test\/portal\/">/g' index.html
WORKDIR /usr/share/nginx/html/dlcm-test/portal/
WORKDIR /usr/share/nginx/html/yareta-test/portal/
RUN sed -i -- 's/<base href="\/portal\/">/<base href="\/yareta-test\/portal\/">/g' index.html
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment