fix: dockerfile warnings
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 23s

This commit is contained in:
2024-09-15 12:51:56 +02:00
parent ad014b6e26
commit a16a028f52

View File

@@ -1,5 +1,5 @@
FROM rust:1.81@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413 as builder FROM rust:1.81@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413 AS builder
WORKDIR ./src/ WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .