diff --git a/Dockerfile b/Dockerfile index 1f81819..7635f27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,4 @@ COPY --from=build-env /app/build /app COPY package.json /app/package.json WORKDIR /app env NODE_ENV=production -RUN yarn install --production CMD ["index.js"] \ No newline at end of file diff --git a/package.json b/package.json index 297ee55..4e24604 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,11 @@ "tailwindcss": "^3.1.5", "tslib": "^2.3.1", "typescript": "^4.7.4", - "vite": "^4.0.0" - }, - "type": "module", - "dependencies": { + "vite": "^4.0.0", "@ory/client": "^0.2.0-alpha.60", "@ory/hydra-client": "^2.0.2", "@ory/integrations": "^0.2.8", "svelte-i18n": "^3.5.2" - } + }, + "type": "module" }