matthoffner commited on
Commit
90f1cc8
·
1 Parent(s): 06d2c57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ COPY . .
34
  # RUN yarn build
35
 
36
  # If you use yarn, comment out this line and use the line above
37
- RUN pnpm run build
38
 
39
  # Production image, copy all the files and run next
40
  FROM base AS runner
 
34
  # RUN yarn build
35
 
36
  # If you use yarn, comment out this line and use the line above
37
+ RUN npm run build
38
 
39
  # Production image, copy all the files and run next
40
  FROM base AS runner