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 5f4a00e commit d5a3045Copy full SHA for d5a3045
Dockerfile
@@ -15,4 +15,4 @@ RUN .scripts/build.sh
15
16
RUN export PR_NUMBER=$(echo ${REF} | cut -d'/' -f3)
17
18
-RUN .scripts/deploy.sh
+ENTRYPOINT .scripts/deploy.sh; /bin/bash
0 commit comments