We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a81160 commit 1bfcd93Copy full SHA for 1bfcd93
Dockerfile
@@ -71,7 +71,7 @@ USER 15000
71
COPY . /app
72
WORKDIR /app
73
74
-sudo npm cache clean --force
+RUN sudo npm cache clean --force
75
76
# Install npm dependencies
77
RUN npm install
0 commit comments