Skip to content

Commit

Permalink
fix(docker): fix path app
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohadIGN committed May 16, 2024
1 parent 9fec467 commit 23ddf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23ddf43

Please sign in to comment.