Skip to content

Commit

Permalink
Fix casing in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 1, 2025
1 parent fab4543 commit 1610266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN TARGETPLATFORM="${TARGETPLATFORM}" \
PS_VERSION="${PS_VERSION}" \
./dev-scripts/build-backend "prod"

FROM scratch as artifact
FROM scratch AS artifact
COPY --from=builder /app/bin/picoshare ./

FROM debian:stable-20240311-slim AS litestream_downloader
Expand Down

0 comments on commit 1610266

Please sign in to comment.