mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
remove turbo from the workspace
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ RUN apk add --no-cache g++ git curl make python3 libc6-compat \
|
||||
|
||||
FROM base as dependencies
|
||||
|
||||
COPY package.json pnpm-*.yaml turbo.json ./
|
||||
COPY package.json pnpm-*.yaml ./
|
||||
COPY ./schema/package.json ./schema/package.json
|
||||
COPY ./client/package.json ./client/package.json
|
||||
|
||||
@@ -25,7 +25,7 @@ RUN pnpm run build --filter client
|
||||
|
||||
FROM base as production
|
||||
|
||||
COPY --from=builder /app/package.json /app/pnpm-*.yaml /app/turbo.json ./
|
||||
COPY --from=builder /app/package.json /app/pnpm-*.yaml ./
|
||||
COPY --from=builder /app/client/package.json ./client/package.json
|
||||
|
||||
RUN pnpm install --filter client --prod --frozen-lockfile --workspace-root
|
||||
|
||||
+3
-3
@@ -13,7 +13,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@hello-pangea/dnd": "^16.2.0",
|
||||
"@hookform/resolvers": "3.0.0",
|
||||
"@hookform/resolvers": "3.0.1",
|
||||
"@monaco-editor/react": "^4.4.6",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/lab": "^5.0.0-alpha.125",
|
||||
@@ -22,7 +22,7 @@
|
||||
"@mui/x-date-pickers": "6.0.4",
|
||||
"@react-oauth/google": "^0.9.0",
|
||||
"@reduxjs/toolkit": "^1.9.3",
|
||||
"axios": "^1.3.4",
|
||||
"axios": "^1.3.5",
|
||||
"clsx": "^1.2.1",
|
||||
"dayjs": "^1.11.7",
|
||||
"downloadjs": "^1.4.7",
|
||||
@@ -71,7 +71,7 @@
|
||||
"autoprefixer": "^10.4.14",
|
||||
"csstype": "^3.1.2",
|
||||
"eslint-config-next": "^13.2.4",
|
||||
"eslint-plugin-tailwindcss": "^3.10.3",
|
||||
"eslint-plugin-tailwindcss": "^3.11.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"next-sitemap": "^4.0.6",
|
||||
"postcss": "^8.4.21",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# *
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /*/*
|
||||
|
||||
# Host
|
||||
Host: https://rxresu.me
|
||||
|
||||
Reference in New Issue
Block a user