Update Dockerfile

This commit is contained in:
FantasyPvP
2023-12-01 21:38:04 +00:00
parent 80bf5b968e
commit f400a1cf22
+2 -1
View File
@@ -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"]