From d55fa76da700ec0435bdd75649596eb232d890d5 Mon Sep 17 00:00:00 2001 From: syafiqparadisam Date: Tue, 18 Jun 2024 12:18:20 +0700 Subject: [PATCH] fix --- project/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dockerfile b/project/Dockerfile index 3fd8aee..aec5e4d 100644 --- a/project/Dockerfile +++ b/project/Dockerfile @@ -22,7 +22,7 @@ COPY . . # Install dependencies RUN npm install -# Build app +# Building app RUN npm run build # runs app