Update Dockerfile

This commit is contained in:
Alexandre
2024-03-14 14:36:55 +01:00
committed by GitHub
parent d9cde75dac
commit 92e0915d5a

View File

@@ -20,7 +20,8 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Adapt for SQLITE
#RUN \
RUN \
mv /data /data_linkwarden
# sed -i "s|postgresql|sqlite|g" /linkwarden/prisma/schema.prisma
##################