Migrate to actix

This commit is contained in:
2023-04-06 16:24:37 +09:00
parent d106988fd7
commit 5543bc4c9d
8 changed files with 535 additions and 734 deletions
-2
View File
@@ -8,7 +8,5 @@ COPY Cargo.toml Cargo.lock ./
RUN cargo build
RUN rm src/lib.rs
ENV ROCKET_ADDRESS=0.0.0.0
ENV ROCKET_PORT=7666
EXPOSE 7666
CMD cargo watch -x run