diff --git a/Dockerfile b/Dockerfile index ec4368c..48aed31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ ENV PUB_HOSTNAME=${PUB_HOSTNAME} ENV PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL} COPY package.json ./ -COPY patches/ ./patches RUN bun install @@ -23,4 +22,4 @@ FROM nginx:stable-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf -COPY --from=builder /app/build /usr/share/nginx/html \ No newline at end of file +COPY --from=builder /app/build /usr/share/nginx/html