Add logging of JSON requests, CI and Dockerization #2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue