From debc4f1f1a4e80dc96cd713b5844d13ffefb55db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Tue, 13 May 2025 13:48:40 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Jaenisch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3c1218..1f05bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN npm install COPY env.example .env COPY .eslintrc.js . -COPY vue.config.js +COPY vue.config.js . COPY babel.config.js . COPY public public COPY src src