diff --git a/Dockerfile b/Dockerfile index 2782425b1f..3a2688e615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,5 @@ WORKDIR /admin-interface RUN npm ci ENV CI true -CMD [ "npm", "start" ] +ENV BROWSER none +CMD [ "npm", "start", "--", "--host", "0.0.0.0"]