diff --git a/Dockerfile b/Dockerfile index 1e33e0b6a4..6ac577d23e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ WORKDIR /app COPY . . RUN npm install -RUN npx nx build datahub + +RUN npx nx build apps/datahub FROM nginx:stable-alpine