diff --git a/project/Dockerfile b/project/Dockerfile index 3fd8aee..aec5e4d 100644 --- a/project/Dockerfile +++ b/project/Dockerfile @@ -22,7 +22,7 @@ COPY . . # Install dependencies RUN npm install -# Build app +# Building app RUN npm run build # runs app