This commit is contained in:
Mateusz Gruszczyński
2026-07-20 20:27:05 +02:00
parent 48c92dc382
commit 15ee0ad993
22 changed files with 377 additions and 188 deletions
+1
View File
@@ -19,6 +19,7 @@ RUN apt-get update \
WORKDIR /app
COPY --from=builder /app/target/release/rustpad /usr/local/bin/rustpad
COPY --from=builder /app/static ./static
COPY --from=builder /app/migrations ./migrations
USER rustpad
ENV APP_HOST=0.0.0.0 \