diff --git a/Dockerfile b/Dockerfile index 25866b9..343506b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,8 @@ RUN apt-get update && apt-get -y upgrade RUN apt-get -y install --no-install-recommends sqlite3 && rm -rf /var/lib/apt/lists/* # Copy application binary from builder image COPY --from=builder /usr/src/huellas/target/release/huellas /usr/local/bin +# Copy Rocket.toml +COPY Rocket.toml /usr/local/bin # Copy static files COPY static /usr/local/bin/static/