mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
@@ -104,7 +104,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
&& gem install bundler
|
&& gem install bundler
|
||||||
|
|
||||||
RUN if [ "$RAILS_ENV" != "production" ]; then \
|
RUN if [ "$RAILS_ENV" != "production" ]; then \
|
||||||
apk add --no-cache nodejs yarn; \
|
apk add --no-cache nodejs-current yarn; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COPY --from=pre-builder /gems/ /gems/
|
COPY --from=pre-builder /gems/ /gems/
|
||||||
|
|||||||
Reference in New Issue
Block a user