Add Rocket.toml to docker image

This commit is contained in:
Felipe Contreras 2022-08-03 23:06:16 -04:00
parent 63abf82d0a
commit 7b3a895840

View file

@ -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/