Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -10,8 +10,7 @@ RUN git clone https://github.com/jokyo02/cli-worker .
|
|
| 10 |
# Install the dependencies
|
| 11 |
RUN npm install
|
| 12 |
RUN npm ls miniflare
|
| 13 |
-
|
| 14 |
-
|
| 15 |
# Expose the port that your application is listening on
|
| 16 |
EXPOSE 7860
|
| 17 |
|
|
|
|
| 10 |
# Install the dependencies
|
| 11 |
RUN npm install
|
| 12 |
RUN npm ls miniflare
|
| 13 |
+
RUN ls -al ./node_modules/miniflare/dist/src
|
|
|
|
| 14 |
# Expose the port that your application is listening on
|
| 15 |
EXPOSE 7860
|
| 16 |
|