Add logging of JSON requests, CI and Dockerization #2

Merged
dorian merged 16 commits from axum-migration into main 2024-02-23 14:33:23 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d4b26d9e3e - Show all commits

View File

@ -12,7 +12,7 @@ WORKDIR ${APP_HOME}
# Create build target cache.
RUN USER=root cargo init --bin .
COPY ["Cargo.toml", "Cargo.lock", "./"]
COPY ["Cargo.toml", "./"]
RUN cargo build \
&& cargo build --tests \
&& cargo build --release \