Skip to content

Commit ce1f5f1

Browse files
authored
Merge pull request #1786 from Mohmn/fix/production-build
fix: run the build inside docker
2 parents 61b1472 + 77f9c5d commit ce1f5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ COPY package.json ./
55
COPY package-lock.json ./
66
RUN npm ci --silent
77
COPY . ./
8-
CMD [ "npm", "run", "build-and-start" ]
8+
RUN npm run build
9+
CMD [ "npm", "run", "start" ]

0 commit comments

Comments
 (0)