Update Dockerfile

This commit is contained in:
Alexandre
2024-03-18 13:47:57 +01:00
committed by GitHub
parent 0d755d2243
commit adedb94cc5

View File

@@ -56,7 +56,10 @@ RUN npx playwright install-deps && \
apt-get clean && \
yarn cache clean
RUN cp -rnf linkwarden/* .
RUN echo "NEXTAUTH_SECRET=homeassistant_secret" > .env && \
echo "NEXTAUTH_URL=http://localhost:3000/api/v1/auth" >> .env && \
echo "NEXTAUTH_SECRET=file:/config/database/linkwarden.sqlite" >> .env && \
cp -rnf linkwarden/* .
RUN yarn prisma generate && \
yarn build