fix spacing on docs page and remove postbuild task in docker
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s

This commit is contained in:
Lee
2024-04-22 02:38:06 +01:00
parent ce55389cba
commit 525b4981fe
2 changed files with 1 additions and 4 deletions

View File

@ -37,9 +37,6 @@ RUN \
else echo "Lockfile not found." && exit 1; \
fi
# Run postbuild tasks
RUN pnpm run postbuild
# Production image, copy all the files and run next
FROM base AS runner
WORKDIR /app