Skip to content

Commit

Permalink
Install npm in prod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jan 12, 2024
1 parent e6b8352 commit da3da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dear

RUN apt-get update && \
apt-get install -y --no-install-recommends \
nodejs && \
nodejs npm && \
rm -rf /var/lib/apt/lists/*

COPY . /source
Expand Down

0 comments on commit da3da8b

Please # to comment.