Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Commit ac6a53f

Browse files
author
yacut
committed
fix url
1 parent 1b870c2 commit ac6a53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localhost.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:alpine
22
MAINTAINER nodefluent
33

44
ENV KAFKA_REST_UI_VERSION=0.6.3
5-
ENV REACT_APP_KAFKA_REST_URL=http://localhost:8082
5+
ENV REACT_APP_KAFKA_REST_URL=http://localhost:8082/
66
ENV PROXY=true
77
ENV NODE_ENV=production
88
ENV BUILD=localhost

0 commit comments

Comments
 (0)