diff --git a/Dockerfile b/Dockerfile index 4a2ad77..d3036b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,12 +17,7 @@ COPY . . ENV NEXT_TELEMETRY_DISABLED 1 -RUN \ - if [ -f yarn.lock ]; then yarn run build; \ - elif [ -f package-lock.json ]; then npm run build; \ - elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; \ - else echo "Lockfile not found." && exit 1; \ - fi +RUN npm run build # Production image, copy all the files and run next FROM base AS runner diff --git a/public/.keep b/public/.keep new file mode 100644 index 0000000..e69de29