Add Rocket.toml to docker image
This commit is contained in:
parent
63abf82d0a
commit
7b3a895840
1 changed files with 2 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue