Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,9 @@ RUN npm install cloudflare-worker
|
|
| 15 |
|
| 16 |
RUN npm install cloudflare
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
RUN ls -al ./node_modules/miniflare/dist/src
|
| 19 |
RUN chmod 777 ./node_modules
|
| 20 |
# Expose the port that your application is listening on
|
|
|
|
| 15 |
|
| 16 |
RUN npm install cloudflare
|
| 17 |
|
| 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
|