Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

so npm doesn't install a version of npm that is incompatible with node12 #73

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY --chown=node --from=builder /usr/local/src/appsrc/.reaction/waitForMongo.js

# Install the latest version of NPM (as of when this
# base image is built)
RUN npm i -g npm@latest
RUN npm i -g npm@6

WORKDIR /usr/local/src/app/programs/server/

Expand Down