alexcdev1 6 mēneši atpakaļ
vecāks
revīzija
0835c30428
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Dockerfile.prod

+ 2 - 2
Dockerfile.prod

@@ -114,5 +114,5 @@ ENV PORT 3000
 # Uncomment the following line in case you want to disable telemetry.
 # Uncomment the following line in case you want to disable telemetry.
 # ENV NEXT_TELEMETRY_DISABLED 1
 # ENV NEXT_TELEMETRY_DISABLED 1
 
 
-# CMD ["node", "node_modules/.bin/next", "start"]
-CMD ["/bin/bash", "-c", "node_modules/.bin/next start"]
+CMD ["node", "node_modules/.bin/next", "start"]
+# CMD ["/bin/bash", "-c", "node_modules/.bin/next start"]