diff --git a/frontend_reactjs/Dockerfile b/frontend_reactjs/Dockerfile index b62f725..8959554 100644 --- a/frontend_reactjs/Dockerfile +++ b/frontend_reactjs/Dockerfile @@ -6,6 +6,8 @@ COPY package*.json ./ RUN npm install +COPY . . + RUN npm run build COPY . .