chore: switch to psexperiments fork of freedit

This commit is contained in:
vimwitch
2024-11-29 11:18:42 -08:00
parent 486bbb22ce
commit bbfd75609b

View File

@@ -1,7 +1,7 @@
FROM rust:1-slim-bookworm AS builder
RUN apt update && apt install -y git build-essential
RUN git clone https://github.com/freedit-org/freedit.git /tmp/freedit
RUN git clone https://github.com/psexperiments/freedit.git /tmp/freedit
WORKDIR /tmp/freedit