Added jest unit tests with CI and deploy stack into test branch #6

Merged
joan merged 10 commits from jest-ci into dev 2022-03-31 08:21:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fcd0d1fc9f - Show all commits

View File

@ -2,4 +2,4 @@ FROM node:stretch-slim
RUN npm install -g @quasar/cli RUN npm install -g @quasar/cli
WORKDIR /app WORKDIR /app
COPY dist/spa ./ COPY dist/spa ./
CMD ["quasar", "serve", "./", "--history"] CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"]