diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..d9289d5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.gitlab +.nuxt +dist +node_modules +.envrc +.gitlab-ci.yml +.graphqlconfig +Dockerfile +*.iml diff --git a/Dockerfile b/Dockerfile index 2bc5da3..dd6edc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/base:12.18.3 as builder +FROM cypress/base:16.5.0 as builder WORKDIR /build diff --git a/nuxt.config.js b/nuxt.config.js index 6666731..4bed167 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -93,7 +93,6 @@ export default { numberFormats } }, - mode: 'spa', modules: [ 'nuxt-i18n', '@nuxtjs/sentry', @@ -114,6 +113,7 @@ export default { dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660', config: {} // Additional config }, + ssr: false, vuetify: { optionsPath: './vuetify.options.js' }