Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN npm ci
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
RUN npm
|
12 |
|
13 |
-
CMD ["npm", "run", "start:
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
RUN npm run build
|
12 |
|
13 |
+
CMD ["npm", "run", "start:prod"]
|