We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3c10f commit 6b7657bCopy full SHA for 6b7657b
Dockerfile
@@ -18,4 +18,4 @@ COPY script/nginx.conf /etc/nginx/nginx.conf
18
EXPOSE 80
19
COPY script/start.sh /explore/start.sh
20
RUN chmod +x /explore/start.sh
21
-ENTRYPOINT ["sh", "-c", "/explore.sh"]
+ENTRYPOINT ["sh", "-c", "/explore/start.sh"]
0 commit comments