Keep public
All checks were successful
Build and deploy / deploy (push) Successful in 2m18s

This commit is contained in:
2024-10-12 01:55:18 +01:00
parent c072add871
commit d1200eea74
2 changed files with 1 additions and 6 deletions

View File

@@ -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

0
public/.keep Normal file
View File