Skip to content

Commit

Permalink
fix missing yarn package at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Jul 10, 2024
1 parent 806455e commit ecf09e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN yarn install --production

# Copy application code
COPY . .
RUN bin/importmap pin stimulus-clipboard

# Precompile bootsnap code for faster boot times
RUN bundle exec bootsnap precompile app/ lib/
Expand Down

0 comments on commit ecf09e7

Please sign in to comment.