diff --git a/.dockerignore b/.dockerignore index e70c17c..27fac04 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ node_modules dist -.git .DS_Store *.log .claude diff --git a/Dockerfile b/Dockerfile index ba19b37..34397f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM node@sha256:e4bf2a82ad0a4037d28035ae71529873c069b13eb0455466ae0bc13363826e3 WORKDIR /app COPY package.json yarn.lock ./ RUN yarn install --frozen-lockfile +RUN apk add --no-cache git COPY . . RUN yarn build diff --git a/src/main.js b/src/main.js index 45e8f2f..3c12eb1 100644 --- a/src/main.js +++ b/src/main.js @@ -551,20 +551,22 @@ function hostRowHTML(host, index, showPin = true) { : `
`; return `