commit
This commit is contained in:
parent
c96e268d7a
commit
9c6d04087a
|
@ -6,3 +6,5 @@ COPY ./ ./
|
||||||
|
|
||||||
# Build your program for release
|
# Build your program for release
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
CMD [ "target/release/user-svc-actix" ]
|
Loading…
Reference in New Issue