Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Oct 8, 2023
1 parent e67043b commit a5cd871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/Dockerfile.service
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN yarn install

# Build the project
COPY --from=builder /app/out/full/ .
RUN turbo run build --filter=$SERVICE
RUN yarn turbo run build --filter=$SERVICE
RUN yarn install --prod --frozen-lockfile --ignore-scripts --prefer-offline

FROM base AS runner
Expand Down

0 comments on commit a5cd871

Please sign in to comment.