Esteves Enzo commited on
Commit
62b7c8c
·
1 Parent(s): c90020d

update build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ VOLUME /data
18
  COPY . .
19
 
20
  # Build the Next.js application for production
21
- RUN npm run production:build
22
 
23
  # Expose the application port (assuming your app runs on port 3000)
24
  EXPOSE 3002
 
18
  COPY . .
19
 
20
  # Build the Next.js application for production
21
+ RUN npm run build
22
 
23
  # Expose the application port (assuming your app runs on port 3000)
24
  EXPOSE 3002