Updated hostname
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-04-01 09:17:54 +02:00
parent 67a65a359b
commit 6503f9d97c
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]