back interdiff of round #3 and #2

deploy on merge to main #1

merged
opened by zzstoatzz.io targeting main from ci-setup
files
.tangled
workflows
ERROR
README.md

Failed to calculate interdiff for this file.

ERROR
.tangled/workflows/deploy.yaml

Failed to calculate interdiff for this file.

NEW
Dockerfile
···
# Copy source code
COPY src ./src
+
COPY static ./static
# Build for release
RUN cargo build --release