Skip to content

Commit

Permalink
Add yarn to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Jan 17, 2025
1 parent a0eafc7 commit ee47a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /home/webapp/app
RUN apk upgrade --no-cache

# Install rails/app dependencies
RUN apk --no-cache add libc6-compat git postgresql-libs tzdata mariadb-connector-c
RUN apk --no-cache add libc6-compat git postgresql-libs tzdata mariadb-connector-c yarn

# Copy dependency definitions and lock files
COPY Gemfile Gemfile.lock .ruby-version ./
Expand Down

0 comments on commit ee47a3d

Please sign in to comment.