Modified Dockerfile to forward port 8070 for FPC

Change-Id: Ia2ef84d26a8fc31bab9c4ee0d1c6791b2c93c9f6
diff --git a/Dockerfile b/Dockerfile
index 51b1a58..c7a923c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,7 +53,8 @@
 # 8181 - GUI
 # 8101 - ONOS CLI
 # 9876 - ONOS intra-cluster communication
-EXPOSE 6653 6640 8181 8101 9876
+# 8070 - FPC Agent
+EXPOSE 6653 6640 8181 8101 9876 8070
 
 # Get ready to run command
 ENTRYPOINT ["./bin/onos-service"]