Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ COPY package*.json ./
|
|
18 |
RUN npm install --only=production
|
19 |
COPY --from=builder /src/.next ./.next
|
20 |
EXPOSE 7860
|
21 |
-
CMD ["
|
|
|
18 |
RUN npm install --only=production
|
19 |
COPY --from=builder /src/.next ./.next
|
20 |
EXPOSE 7860
|
21 |
+
CMD ["npm", "run", "start"]
|