Skip to content

Commit 2e27b4b

Browse files
committed
minor change
1 parent fd71c6c commit 2e27b4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN ["chmod", "+x", ".scripts/build.sh"]
1313
RUN ["chmod", "+x", ".scripts/deploy.sh"]
1414

1515
RUN .scripts/install.sh
16+
RUN .scripts/build.sh
1617

17-
CMD ["sh","-c",".scripts/build.sh && .scripts/deploy.sh"]
18+
CMD ["sh","-c",".scripts/deploy.sh"]
1819

1920

0 commit comments

Comments
 (0)