Skip to content

Commit

Permalink
fix(dockerfile): don't copy folder that doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Jul 26, 2024
1 parent be302d0 commit ab5060b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ ENV NEXT_PUBLIC_PLAUSIBLE_SITE=${PLAUSIBLE_SITE}
ENV PLAUSIBLE_HOST=${PLAUSIBLE_HOST}
WORKDIR /build

# Docker is hell and won't respect the `!` lines in dockerignore for some reason :D
COPY .yarn/plugins ./.yarn/plugins
COPY .yarn/releases ./.yarn/releases
# COPY .yarn/sdks ./.yarn/sdks
# COPY .yarn/patches ./.yarn/patches
# COPY .yarn/versions ./.yarn/versions

COPY package.json ./
COPY yarn.lock ./
Expand Down

0 comments on commit ab5060b

Please sign in to comment.