From 7b3a895840fc8469d6b4cfc43fb0da0ee8791d9c Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 3 Aug 2022 23:06:16 -0400 Subject: [PATCH] Add Rocket.toml to docker image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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/