aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/Makefile
diff options
context:
space:
mode:
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2021-01-08 13:03:06 +0100
committerMarcin Rzepecki <marcin.rzepecki@nokia.com>2021-01-08 12:10:12 +0000
commita33615dacc97032e0b6399aee792f5fa424e9283 (patch)
tree06865636e3608f589adbf4429bfc74b6be130baa /httpserver/Makefile
parent23f606075360a376a8fdb9f7fb1f3505c3100c1a (diff)
Update Pnf simulator version to 1.0.2
Add pom for Http Server Issue-ID: INT-1814 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742
Diffstat (limited to 'httpserver/Makefile')
-rw-r--r--httpserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpserver/Makefile b/httpserver/Makefile
index 8b64af5..e3bae34 100644
--- a/httpserver/Makefile
+++ b/httpserver/Makefile
@@ -3,7 +3,7 @@ default:
build-http-server:
@echo "##### Build http server docker image #####"
- docker build . -t http-server
+ docker build . -t onap/org.onap.integration.simulators.httpserver
@echo "##### DONE #####"
start-http-server: