fix(deploy): remove example config and env setup from deployment

This commit is contained in:
zenhouke
2026-02-12 00:08:16 +08:00
parent 6ab2a6d6b5
commit 56ab5d3758
3 changed files with 1 additions and 17 deletions
-2
View File
@@ -21,8 +21,6 @@ RUN apk add --no-cache ca-certificates tzdata wget
COPY --from=builder /build/memoh-server /app/memoh-server
COPY config.toml.example /app/config.toml.example
RUN mkdir -p /var/lib/memoh/data
EXPOSE 8080