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