Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 29, 2021
1 parent b47512f commit b1da6d2
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 @@ -51,7 +51,7 @@ RUN yarn install --immutable

# Build and then remove yarn stuff
# TODO: Without p it quits after first build... ?
RUN yarn build -p --verbose && rm -rfv .yarn .pnp.*
RUN yarn build --verbose && rm -rfv .yarn .pnp.*

FROM node:$NODE_VER AS code

Expand Down

0 comments on commit b1da6d2

Please sign in to comment.