Skip to content

Commit 3184c3b

Browse files
committed
update
1 parent 961dfa1 commit 3184c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY ./views ./views
2323
COPY .env.dev .env
2424

2525
# Definir variável de ambiente para a construção
26-
ENV DATABASE_URL=postgres://postgres:pass@localhost/db_test
26+
ENV DATABASE_URL=mysql://mysql:pass@localhost/db_test
2727
RUN npx prisma generate
2828

2929
RUN npm run build

0 commit comments

Comments
 (0)