From 38bf5c07b66711212f0e1ca64b96177c140875eb Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Wed, 10 Jul 2024 22:21:55 +0200 Subject: [PATCH] rm db url --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58dc8b6..f1c6c24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,6 @@ RUN npm run build # Expose the port your Node.js application will listen on EXPOSE 80 -# Set environment variables -ENV DATABASE_URL=mysql://root:BEVLqLReqUyA@srv-captain--nq-db:3306/new-quest - # Create a shell script to run migrations and start the application RUN echo '#!/bin/sh' > /usr/src/app/start.sh && \ echo 'npx prisma migrate deploy' >> /usr/src/app/start.sh && \