Skip to content

Commit 8b63324

Browse files
committed
chore: fix production build
1 parent b4477e0 commit 8b63324

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile.production

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ FROM base AS build
3131
RUN apt-get update -qq && \
3232
apt-get install --no-install-recommends -y \
3333
build-essential \
34-
git \
35-
nodejs \
36-
npm && \
37-
npm install -g yarn && \
34+
git && \
3835
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
3936

4037
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)