Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766146
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
604 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index ce521e5..b22cd4c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,22 +1,28 @@
FROM sameersbn/ubuntu:12.04.20140519
MAINTAINER sameer@damagehead.com
RUN apt-get update && \
apt-get install -y openjdk-7-jre && \
apt-get clean # 20140519
ADD assets/ /app/
RUN chmod 755 /app/setup/install
RUN /app/setup/install
ADD authorized_keys /root/.ssh/
+EXPOSE 3478
+EXPOSE 3479
EXPOSE 5222
+EXPOSE 5223
+EXPOSE 5229
+EXPOSE 7070
+EXPOSE 7443
EXPOSE 7777
EXPOSE 9090
EXPOSE 9091
VOLUME ["/app/data"]
ENTRYPOINT ["/app/init"]
CMD ["app:start"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 16:40 (7 m, 4 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258448
Default Alt Text
(604 B)
Attached To
Mode
rDO Docker image for Openfire
Attached
Detach File
Event Timeline
Log In to Comment