diff --git a/Dockerfile b/Dockerfile index 1fa6a17..58fa95f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY *.json . # Install dependencies and build the app RUN yarn install -RUN yarn build +RUN yarn build-test # Step 2. Production image, copy all the files and run nginx