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