mycfoo commited on
Commit
6ded4e1
·
1 Parent(s): cb7e74d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +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
- CMD ["ls" "-al" "./node_modules/miniflare/dist/src"]
14
 
15
  # Expose the port that your application is listening on
16
  EXPOSE 7860
 
10
  # Install the dependencies
11
  RUN npm install
12
  RUN npm ls miniflare
13
+ CMD ["ls","-al","./node_modules/miniflare/dist/src"]
14
 
15
  # Expose the port that your application is listening on
16
  EXPOSE 7860