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: