Skip to content

Commit ac18f0c

Browse files
committed
fix npm issue when running app
1 parent a7ab98b commit ac18f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
1919
#
2020
# Read more on Dockerfile best practices at the source:
2121
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices
22-
RUN apt-get update && apt-get install -y --no-install-recommends postgresql-client nodejs
22+
RUN apt-get update && apt-get install -y --no-install-recommends postgresql-client nodejs npm
2323

2424
# Inside the container, create an app directory and switch into it
2525
RUN mkdir /app

0 commit comments

Comments
 (0)