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 # ================================