diff --git a/hindki/Dockerfile b/hindki/Dockerfile index 209297f..0a29edf 100644 --- a/hindki/Dockerfile +++ b/hindki/Dockerfile @@ -1,7 +1,7 @@ FROM node:lts AS runtime WORKDIR /app -COPY hindki . +COPY . . RUN npm install RUN npm run build