Update Dockerfile
This commit is contained in:
+2
-1
@@ -21,4 +21,5 @@ COPY . .
|
|||||||
|
|
||||||
RUN cargo update -p proc-macro2
|
RUN cargo update -p proc-macro2
|
||||||
|
|
||||||
CMD ["cargo", "build", "--release;", "cargo", "test"]
|
CMD ["cargo", "build", "--release"]
|
||||||
|
CMD ["cargo", "test"]
|
||||||
|
|||||||
Reference in New Issue
Block a user