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

Commit

Permalink
change dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshan committed Dec 1, 2022
1 parent 10d2542 commit 6c41e67
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 @@ -14,7 +14,7 @@ RUN echo -e 'server {\n\
{\n\
add_header Cache-Control "no-cache";\n\
}\n\
try_files $URI $RUI/ /index.html;\n\
try_files $URI $URI/ /index.html;\n\
}\n\
}' > /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit 6c41e67

Please sign in to comment.