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 8ac07a6 commit 380402cCopy full SHA for 380402c
Dockerfile
@@ -5,6 +5,7 @@ RUN apk add --no-cache curl
5
6
WORKDIR /app
7
COPY . ./
8
-# RUN npm install
+RUN pwd
9
+RUN npm install
10
11
CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0"]
0 commit comments