fixed docker build static
Build and Publish / Build and Publish Docker Image (push) Successful in 3m51s

This commit is contained in:
2026-05-14 16:34:42 +03:00
parent 4cc07632f0
commit 3bf62c80d5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
WORKDIR /data
COPY --from=builder /app/target/release/web-petting /usr/local/bin/web-petting
COPY static ./static
COPY static /app/static
EXPOSE 3000
CMD ["web-petting"]