Skip to content

Commit de4a3f5

Browse files
Add entrypoint.sh to Dockerfile
1 parent 2a8faac commit de4a3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN echo "deb http://download.cloudstack.org/ubuntu noble 4.22" > /etc/a
1313
apt install -y cloudstack-management && \
1414
apt install -y cloudstack-usage
1515

16+
COPY entrypoint.sh /entrypoint.sh
17+
1618
EXPOSE 8080 8250 8096 22
1719

1820
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)