From 84d41d299631d8a3739133ede0ae1814f1e36f46 Mon Sep 17 00:00:00 2001 From: jwu-fisker Date: Thu, 7 Jan 2021 20:58:32 -0800 Subject: [PATCH] Update comments --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6aaf4d..927082e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ WORKDIR /ota-admin-portal COPY . . COPY .env.template ./.env -# Install the dependencies and make the folder +# Install the dependencies RUN npm install -# Build the project and copy the files +# Build the project RUN npm run build # ================================