diff --git a/client/Dockerfile b/client/Dockerfile index 792495a..68b086e 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,7 +9,7 @@ COPY package.json yarn.lock ./ RUN yarn install COPY . . -RUN yarn build +RUN yarn generate FROM nginx:stable-alpine diff --git a/client/package.json b/client/package.json index 933c557..76e34cd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,5 +1,5 @@ { - "name": "nuxt-app", + "name": "chad-client", "type": "module", "private": true, "scripts": { diff --git a/server/.yarnrc.yml b/server/.yarnrc.yml new file mode 100644 index 0000000..3186f3f --- /dev/null +++ b/server/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +