seekwe commited on
Commit
ff66260
·
verified ·
1 Parent(s): 3e347da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
 
11
  COPY --from=builder /app/zls /app/zls
12
 
13
- RUN cat <<EOF > /app/config.toml
14
  [base]
15
  port = "7860"
16
  EOF
 
10
 
11
  COPY --from=builder /app/zls /app/zls
12
 
13
+ RUN cat <<EOF > /app/app.toml
14
  [base]
15
  port = "7860"
16
  EOF