Spaces:
siyu7
/
Runtime error

dongsiqie commited on
Commit
8e9ff5b
1 Parent(s): e313a35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN mkdir -p /app/.next/cache
8
  RUN chmod -R 777 /app/.next/cache
9
  RUN mkdir -p nonexistent
10
  RUN chmod -R 777 nonexistent
11
- RUN yarn add sharp
12
  USER nextjs
13
  CMD ["node", "server.js"]
 
8
  RUN chmod -R 777 /app/.next/cache
9
  RUN mkdir -p nonexistent
10
  RUN chmod -R 777 nonexistent
11
+ # RUN yarn add sharp
12
  USER nextjs
13
  CMD ["node", "server.js"]