From 0ec8178e60204b7d4f7d6fb79fa2ba9e5de39799 Mon Sep 17 00:00:00 2001 From: Norbert Bartels Date: Tue, 16 Aug 2022 16:22:42 +0200 Subject: [PATCH] Fix dependency installation --- Dockerfile | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 425bdd6..941cf6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,10 @@ WORKDIR /app/agent-api-simulator COPY . . # Install dependencies - RUN npm install +RUN npm run install # Build - RUN npm run build # Expose the ports diff --git a/README.md b/README.md index 17ec0cb..6f0d13d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Install dependencies: ```shell npm install +npm run install ``` Build the front end: