We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ab98b commit ac18f0cCopy full SHA for ac18f0c
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
19
#
20
# Read more on Dockerfile best practices at the source:
21
# 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
+RUN apt-get update && apt-get install -y --no-install-recommends postgresql-client nodejs npm
23
24
# Inside the container, create an app directory and switch into it
25
RUN mkdir /app
0 commit comments