From c9a5b378774d23e7f7d771c60aad3dbab4e8be16 Mon Sep 17 00:00:00 2001 From: Louis Mollick Date: Tue, 15 Oct 2024 01:09:07 -0400 Subject: [PATCH] style: fix small margin issue --- .github/workflows/publish-ghcr.yaml | 2 +- Dockerfile | 9 --------- src/app/_components/mangaPageView.tsx | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish-ghcr.yaml b/.github/workflows/publish-ghcr.yaml index 4c0d012..6ae6f2d 100644 --- a/.github/workflows/publish-ghcr.yaml +++ b/.github/workflows/publish-ghcr.yaml @@ -16,5 +16,5 @@ jobs: script: | cd ~/bilingualmanga && git pull && git status echo "${{ secrets.GH_PAT }}" | docker login --username louismollick --password-stdin ghcr.io - docker build . --no-cache --tag ghcr.io/louismollick/bilingualmanga:latest + docker build . --tag ghcr.io/louismollick/bilingualmanga:latest docker push ghcr.io/louismollick/bilingualmanga:latest diff --git a/Dockerfile b/Dockerfile index a746a9c..9dd30c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,15 +34,6 @@ RUN \ # We only keep the public/images folder during the build process RUN rm -rf /app/public/images /app/.next/standalone/public/images -RUN ls -al /app/public - -RUN ls -al /app/.next/standalone - -RUN ls -al /app/.next/standalone/public - -RUN ls -al /app/.next/static - - ##### RUNNER FROM --platform=linux/amd64 gcr.io/distroless/nodejs20-debian12 AS runner diff --git a/src/app/_components/mangaPageView.tsx b/src/app/_components/mangaPageView.tsx index 3a8cb9f..bd5782b 100644 --- a/src/app/_components/mangaPageView.tsx +++ b/src/app/_components/mangaPageView.tsx @@ -176,12 +176,12 @@ const MangaPageView = ({ -