Actualiser Dockerfile
Some checks failed
Check BlueSky Crossposter version / check-version (push) Successful in 15s
Build and Push Docker Image / build (push) Failing after 32s

This commit is contained in:
2025-04-07 16:22:09 +02:00
parent c72788eff3
commit 00402d625b

View File

@@ -22,7 +22,7 @@ RUN touch input/__init__.py \
settings/__init__.py
RUN for f in settings/*.txt ; do \
mv $f $f{s/.txt/.py} \
mv $f $f{s/.txt/.py} ;\
done
RUN pip install --no-cache-dir -r requirements.txt