dragggl25 commited on
Commit
309acee
·
verified ·
1 Parent(s): 9e3d01c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -4,10 +4,6 @@ RUN apt-get update && apt-get install -y git
4
 
5
  WORKDIR /app
6
 
7
- RUN git clone https://github.com/nekohy/duck2api.git .
8
-
9
- RUN sed -i 's/{ port: CONFIG.PORT }/{ port: CONFIG.PORT, hostname: "0.0.0.0" }/' main.ts
10
-
11
  RUN deno cache --node-modules-dir main.ts
12
 
13
  EXPOSE 8000
 
4
 
5
  WORKDIR /app
6
 
 
 
 
 
7
  RUN deno cache --node-modules-dir main.ts
8
 
9
  EXPOSE 8000