Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN npm install cloudflare
|
|
| 18 |
# Install the @miniflare/web-sockets module
|
| 19 |
RUN npm install @miniflare/web-sockets
|
| 20 |
|
| 21 |
-
RUN ls -al ./node_modules/
|
| 22 |
RUN chmod 777 ./node_modules
|
| 23 |
# Expose the port that your application is listening on
|
| 24 |
EXPOSE 7860
|
|
|
|
| 18 |
# Install the @miniflare/web-sockets module
|
| 19 |
RUN npm install @miniflare/web-sockets
|
| 20 |
|
| 21 |
+
RUN ls -al ./node_modules/miniflare/dist/src
|
| 22 |
RUN chmod 777 ./node_modules
|
| 23 |
# Expose the port that your application is listening on
|
| 24 |
EXPOSE 7860
|