feat(OkdInstallBlog): add missing subscription config
This commit is contained in:
@@ -43,6 +43,9 @@ COPY --from=builder /app/target/site /app/site
|
||||
# Copy Cargo.toml if it’s needed at runtime
|
||||
COPY --from=builder /app/Cargo.toml /app/
|
||||
|
||||
# Copy config.toml to configure discord endpoint
|
||||
COPY --from=builder /app/config.toml /app/
|
||||
|
||||
# Set any required env variables and
|
||||
ENV RUST_LOG="info"
|
||||
ENV LEPTOS_SITE_ADDR="0.0.0.0:8080"
|
||||
|
||||
Reference in New Issue
Block a user