diff --git a/Dockerfile b/Dockerfile
index 9f8d626bf02139e55e76755f86086f4459d6624a..ef1d9868d7028932ac14ab33b1e02eee0588884b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -80,6 +80,7 @@ EXPOSE 80
 # Copies the files from the context (env file and web-vault)
 # and the binary from the "build" stage to the current stage
 COPY .env .
+COPY Rocket.toml .
 COPY --from=vault /web-vault ./web-vault
 COPY --from=build app/target/release/bitwarden_rs .