Skip to content

Commit 08a7035

Browse files
committed
minor change- put build script in entry point only
minor change- put build script in entry point only
1 parent d5a3045 commit 08a7035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN chmod +x .scripts/build.sh
1111
RUN chmod +x .scripts/deploy.sh
1212

1313
RUN .scripts/install.sh
14-
RUN .scripts/build.sh
1514

1615
RUN export PR_NUMBER=$(echo ${REF} | cut -d'/' -f3)
1716

18-
ENTRYPOINT .scripts/deploy.sh; /bin/bash
17+
CMD sh .scripts/build.sh
18+
CMD sh .scripts/deploy.sh

0 commit comments

Comments
 (0)