We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961dfa1 commit 3184c3bCopy full SHA for 3184c3b
Dockerfile
@@ -23,7 +23,7 @@ COPY ./views ./views
23
COPY .env.dev .env
24
25
# Definir variável de ambiente para a construção
26
-ENV DATABASE_URL=postgres://postgres:pass@localhost/db_test
+ENV DATABASE_URL=mysql://mysql:pass@localhost/db_test
27
RUN npx prisma generate
28
29
RUN npm run build
0 commit comments