Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,11 +8,11 @@ WORKDIR /app
|
|
| 8 |
RUN git clone https://github.com/jokyo02/cli-worker .
|
| 9 |
|
| 10 |
# Install the dependencies
|
| 11 |
-
RUN npm install -g miniflare
|
| 12 |
RUN npm install
|
|
|
|
| 13 |
|
| 14 |
# Expose the port that your application is listening on
|
| 15 |
-
EXPOSE
|
| 16 |
|
| 17 |
# Start the application
|
| 18 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|
|
|
|
| 8 |
RUN git clone https://github.com/jokyo02/cli-worker .
|
| 9 |
|
| 10 |
# Install the dependencies
|
|
|
|
| 11 |
RUN npm install
|
| 12 |
+
RUN npm ls miniflare
|
| 13 |
|
| 14 |
# Expose the port that your application is listening on
|
| 15 |
+
EXPOSE 7860
|
| 16 |
|
| 17 |
# Start the application
|
| 18 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|