Skip to content

Commit d93f486

Browse files
committed
remove build command from shell script - running during docker build and takes too long - fails health checks
1 parent 3942c92 commit d93f486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerRunnerProd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
cd frontend
4-
npm run build
54
( npm run preview ) & SERVER_PID=$!
65

76
cd ../backend

0 commit comments

Comments
 (0)