Update Dockerfile

This commit is contained in:
Alexandre
2024-03-14 14:22:57 +01:00
committed by GitHub
parent 1f5083a870
commit 817c90662f

View File

@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Adapt for SQLITE # Adapt for SQLITE
RUN \ RUN \
sed -i "s|postgresql|sqlite|g" /prisma/schema.prisma sed -i "s|postgresql|sqlite|g" /linkwarden/prisma/schema.prisma
################## ##################
# 2 Modify Image # # 2 Modify Image #