Skip to content

Commit

Permalink
feat: testing new vite builder
Browse files Browse the repository at this point in the history
  • Loading branch information
vojkovic authored Feb 23, 2025
1 parent 6ee050f commit e64d2b9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20,987 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ci

on:
schedule:
- cron: '*/10 * * * *'
#schedule:
# - cron: '*/10 * * * *'
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DONATION_URL= \
CONTACT=https://vojk.au \
FOOTER_MESSAGE= \
ISSUE_URL=https://github.com/privau/searxng/issues GIT_URL=https://github.com/privau/searxng GIT_BRANCH=main \
UPSTREAM_COMMIT=28d1240fce945a48a2c61c29fff83336410c4c77
UPSTREAM_COMMIT=032aac7d87e64cd4cbdf641ee169badefb3ea4c4

COPY ./requirements.txt .

Expand Down Expand Up @@ -48,7 +48,7 @@ WORKDIR /usr/local/searxng
RUN addgroup -g ${GID} searxng \
&& adduser -u ${UID} -D -h /usr/local/searxng -s /bin/sh -G searxng searxng \
&& git config --global --add safe.directory /usr/local/searxng \
&& git clone https://github.com/searxng/searxng . \
&& git clone https://github.com/return42/searxng . \
&& git reset --hard ${UPSTREAM_COMMIT} \
&& chown -R searxng:searxng . \
&& su searxng -c "/usr/bin/python3 -m searx.version freeze"
Expand Down
Loading

0 comments on commit e64d2b9

Please sign in to comment.