We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87da25c commit 482de29Copy full SHA for 482de29
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR '/app'
3
COPY package*.json ./
4
RUN npm install
5
COPY ./ ./
6
-RUN npm build
+RUN npm run build
7
8
FROM nginx
9
EXPOSE 80
0 commit comments