From 6503f9d97cd81b7643729896f046eb2a4cf1b08e Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 1 Apr 2022 09:17:54 +0200 Subject: [PATCH] Updated hostname --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a44836d35..d0b94f820 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", "--hostname", "localhost"] \ No newline at end of file +CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"] \ No newline at end of file