Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 7d1bb3a

Browse files
Merge pull request #1607 from shan1521/feature/goz
change dockerfile
2 parents 862ee18 + 6c41e67 commit 7d1bb3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN echo -e 'server {\n\
1414
{\n\
1515
add_header Cache-Control "no-cache";\n\
1616
}\n\
17-
try_files $URI $RUI/ /index.html;\n\
17+
try_files $URI $URI/ /index.html;\n\
1818
}\n\
1919
}' > /etc/nginx/conf.d/default.conf
2020

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN echo -e 'server {\n\
1414
{\n\
1515
add_header Cache-Control "no-cache";\n\
1616
}\n\
17-
try_files $URI $RUI/ /index.html;\n\
17+
try_files $URI $URI/ /index.html;\n\
1818
}\n\
1919
}' > /etc/nginx/conf.d/default.conf
2020

0 commit comments

Comments
 (0)