Skip to content

Commit ae81614

Browse files
committed
minor change
1 parent 42f19c2 commit ae81614

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,6 +13,7 @@ RUN chmod +x .scripts/build.sh
1313
RUN chmod +x .scripts/deploy.sh
1414

1515
RUN .scripts/install.sh
16-
RUN .scripts/install.sh && .scripts/deploy.sh
16+
17+
CMD ["sh","-c",".scripts/build.sh && .scripts/deploy.sh"]
1718

1819

0 commit comments

Comments
 (0)