Severian commited on
Commit
be716ae
·
1 Parent(s): 007f9f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY package.json yarn.lock ./
9
 
10
 
11
  # Build the application
12
- RUN npm run start
13
 
14
  # Expose port 3000 for the application
15
  EXPOSE 3000
 
9
 
10
 
11
  # Build the application
12
+ RUN npm run build
13
 
14
  # Expose port 3000 for the application
15
  EXPOSE 3000