Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN npm ls miniflare
|
|
| 13 |
RUN ls -al ./node_modules/miniflare/dist/src
|
| 14 |
RUN chmod 777 ./node_modules
|
| 15 |
# Expose the port that your application is listening on
|
| 16 |
-
EXPOSE
|
| 17 |
|
| 18 |
# Start the application
|
| 19 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|
|
|
|
| 13 |
RUN ls -al ./node_modules/miniflare/dist/src
|
| 14 |
RUN chmod 777 ./node_modules
|
| 15 |
# Expose the port that your application is listening on
|
| 16 |
+
EXPOSE 7860
|
| 17 |
|
| 18 |
# Start the application
|
| 19 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|