Added jest unit tests with CI and deploy stack into test branch #6
|
@ -2,4 +2,4 @@ FROM node:stretch-slim
|
|||
RUN npm install -g @quasar/cli
|
||||
WORKDIR /app
|
||||
COPY dist/spa ./
|
||||
CMD ["quasar", "serve", "./", "--history"]
|
||||
CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"]
|
Loading…
Reference in New Issue