Spaces:
siyu7
/
Runtime error

dongsiqie commited on
Commit
e313a35
1 Parent(s): ccc528f

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"]