Update Dockerfile
Browse files- Dockerfile +2 -11
Dockerfile
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
FROM lobehub/lobe-chat
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
ENV ACCESS_CODE=""
|
| 5 |
-
USER root
|
| 6 |
-
RUN mkdir -p /app/.next/cache
|
| 7 |
-
RUN chmod -R 777 /app/.next/cache
|
| 8 |
-
RUN mkdir -p nonexistent
|
| 9 |
-
RUN chmod -R 777 nonexistent
|
| 10 |
-
# RUN yarn add sharp
|
| 11 |
-
USER nextjs
|
| 12 |
-
CMD ["node", "server.js"]
|
|
|
|
| 1 |
FROM lobehub/lobe-chat
|
| 2 |
+
|
| 3 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|