Skip to content
Snippets Groups Projects

Issue #57: Add NodeJS to docker

Merged gsf20 requested to merge issue/57-adicionar-node-docker into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,7 +11,7 @@ WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN apt update && \
apt install -y libarchive13
apt install -y libarchive13 nodejs
# Prevent libxml2 and libxslt conflicts
RUN bundle config build.nokogiri --use-system-libraries
Loading