Skip to content

Commit 6b7657b

Browse files
committed
feat(repo): Optimize warehouse file path display and navigation
1 parent bb3c10f commit 6b7657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ COPY script/nginx.conf /etc/nginx/nginx.conf
1818
EXPOSE 80
1919
COPY script/start.sh /explore/start.sh
2020
RUN chmod +x /explore/start.sh
21-
ENTRYPOINT ["sh", "-c", "/explore.sh"]
21+
ENTRYPOINT ["sh", "-c", "/explore/start.sh"]

0 commit comments

Comments
 (0)