dragggl25 commited on
Commit
8129e78
·
verified ·
1 Parent(s): 4264c93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ WORKDIR /app
6
 
7
  RUN git clone https://github.com/nekohy/duck2api.git .
8
 
9
- RUN deno cache main.ts
10
 
11
  EXPOSE 8000
12
 
13
- CMD ["deno", "run", "--allow-net", "--allow-env", "--node-modules-dir", "main.ts"]
 
6
 
7
  RUN git clone https://github.com/nekohy/duck2api.git .
8
 
9
+ RUN deno cache --node-modules-dir main.ts
10
 
11
  EXPOSE 8000
12
 
13
+ CMD ["deno", "run", "--allow-net", "--allow-env", "main.ts"]