Update Dockerfile

This commit is contained in:
Alexandre
2024-03-14 14:24:43 +01:00
committed by GitHub
parent 817c90662f
commit 75f5b976c0

View File

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