From fcd0d1fc9f930db2326163cb99cec1ddc0d3d3b9 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 30 Mar 2022 15:52:36 +0200 Subject: [PATCH] Listen hostname localhost --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 292393dc8..a44836d35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM node:stretch-slim RUN npm install -g @quasar/cli WORKDIR /app COPY dist/spa ./ -CMD ["quasar", "serve", "./", "--history"] \ No newline at end of file +CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"] \ No newline at end of file