Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ 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
|
16 |
|
17 |
# Start the application
|
18 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|
|
|
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 8080
|
16 |
|
17 |
# Start the application
|
18 |
CMD ["node", "--experimental-vm-modules", "cli.js"]
|