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 59a5335 commit 22b5914Copy full SHA for 22b5914
Dockerfile
@@ -26,6 +26,7 @@ WORKDIR /usr/src/app
26
COPY . /usr/src/app
27
# Install app dependencies
28
RUN npm install
29
+RUN npm run -s build
30
31
EXPOSE 3000
32
0 commit comments