Merge to master #21

Merged
joan merged 163 commits from test into master 2022-10-20 11:59:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6503f9d97c - Show all commits

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"]