diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0ea3613..b83c65a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -4,8 +4,6 @@ WORKDIR /app COPY ./code . -RUN npm install - -RUN npm run build +RUN npm install && npm run build CMD sleep 10