expose ssh via 2222

This commit is contained in:
Chris Meyers
2015-06-12 11:46:29 -04:00
parent 7ba6445898
commit 26f5122179
2 changed files with 2 additions and 2 deletions

View File

@@ -26,5 +26,5 @@ RUN /etc/init.d/postgresql start; cd /tower ; make migrate ; make init ; /etc/in
ADD start_everything.sh /start_everything.sh
ADD start_development.sh /start_development.sh
EXPOSE 8013 8080 27017
EXPOSE 8013 8080 27017 22
CMD /start_development.sh