Skip to content

Commit aa22c77

Browse files
committed
Added dockerfile
1 parent d2cc1c1 commit aa22c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ WORKDIR /app
55
COPY . .
66

77
RUN npm install
8-
RUN npm build
8+
RUN npm run build
99

10-
CMD ["npm", "start"]
10+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)