Update Dockerfile

This commit is contained in:
Alexandre
2024-03-15 17:02:38 +01:00
committed by GitHub
parent 574d65050f
commit 46cc849ff1

View File

@@ -34,6 +34,7 @@ RUN \
#mv /data /data_linkwarden && \
# Reinstall linkwarden
\
apt-get update && \
apt-get install -y git && \
git clone https://github.com/linkwarden/linkwarden.git && \
\