Skip to content

Commit

Permalink
fix: missed line in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Dec 11, 2024
1 parent 352b702 commit 609c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oada/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY ./services/users/package.json /oada/services/users/package.json
COPY ./services/webhooks/package.json /oada/services/webhooks/package.json
COPY ./services/well-known/package.json /oada/services/well-known/package.json
COPY ./services/write-handler/package.json /oada/services/write-handler/package.json
RUN yarn workspaces focus --all --production
RUN corepack yarn workspaces focus --all --production

# Install just production deps
FROM packages AS yarn
Expand Down

0 comments on commit 609c502

Please sign in to comment.