Skip to content

Commit 2a8faac

Browse files
Add ENTRYPOINT to Dockerfile
1 parent e35fdb2 commit 2a8faac

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
@@ -14,3 +14,5 @@ RUN echo "deb http://download.cloudstack.org/ubuntu noble 4.22" > /etc/a
1414
apt install -y cloudstack-usage
1515

1616
EXPOSE 8080 8250 8096 22
17+
18+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)