Update Dockerfile
Browse files- 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/
|
| 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
|