We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e1f24 commit d7a8baeCopy full SHA for d7a8bae
Dockerfile
@@ -1,4 +1,4 @@
1
FROM ubuntu
2
3
-COPY scripts /scripts
4
-CMD /scripts/start.sh
+COPY sh /sh
+CMD /sh/start.sh
0 commit comments