Skip to content

Commit 482de29

Browse files
committed
Changed run command for npm install to use correct commands
1 parent 87da25c commit 482de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR '/app'
33
COPY package*.json ./
44
RUN npm install
55
COPY ./ ./
6-
RUN npm build
6+
RUN npm run build
77

88
FROM nginx
99
EXPOSE 80

0 commit comments

Comments
 (0)