From 6c8e84eed4bebd8f8da5ce9318e9f81aa25ac62f Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sun, 9 Jun 2024 14:50:22 -0300 Subject: [PATCH] git actions v2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 505bdf00..ef28a3e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY ./src ./src COPY ./public ./public COPY ./prisma ./prisma COPY ./views ./views -COPY ./.env.dev ./.env +COPY ./.env.example ./.env COPY ./Docker ./Docker