expose more ports on son-emu docker
[osm/vim-emu.git] / utils / docker / Dockerfile
old mode 100644 (file)
new mode 100755 (executable)
index ef6c8fb..d0e94b1
@@ -11,9 +11,12 @@ RUN cd /son-emu/ansible \
     && cd /son-emu \
     # we need to reset the __pycache__ for correct test discovery
     && rm -rf src/emuvim/test/__pycache__ \
+    && rm -rf src/emuvim/test/unittests/__pycache__ \
+    && rm -rf src/emuvim/test/integrationtests/__pycache__ \
     && python setup.py install \
     && echo 'Done'
 
 ENTRYPOINT ["/son-emu/utils/docker/entrypoint.sh"]
 
-EXPORT
\ No newline at end of file
+# dummy GK, zerorpc, DCNetwork zerorpc, cAdvisor
+EXPOSE 5000 4242 5151 8090