Skip to content

Commit

Permalink
build: remove prefix run
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Aug 22, 2024
1 parent a662407 commit 01208c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ WORKDIR /app

COPY . .
RUN yarn install
RUN yarn nx run prisma-schema:generate
RUN yarn nx run website:build
RUN yarn prisma-schema:generate
RUN yarn website:build

################# Website ##############

Expand Down

0 comments on commit 01208c9

Please sign in to comment.