Skip to content

Commit 5e55475

Browse files
committed
fix bin directory in .dockerignore
1 parent 4afcc4f commit 5e55475

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
**/*.*proj.user
1212
**/*.dbmdl
1313
**/*.jfm
14-
**/bin
1514
**/charts
1615
**/docker-compose*
1716
**/compose*

docker-compose.build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ services:
99
build:
1010
context: .
1111
dockerfile: Dockerfile
12-

src/servers/server_actix.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
use actix_cors::Cors;
22
use actix_limitation::{Limiter, RateLimiter};
33
use actix_multipart::form::MultipartFormConfig;
4-
use actix_session::SessionExt;
54
use actix_session::config::PersistentSession;
65
use actix_session::{storage::CookieSessionStore, SessionMiddleware};
76
use actix_web::body::{BoxBody, EitherBody};
8-
use actix_web::dev::{Service, ServiceFactory, ServiceRequest, ServiceResponse};
7+
use actix_web::dev::{ServiceFactory, ServiceRequest, ServiceResponse};
98
use actix_web::http;
109
use actix_web::{
1110
cookie::Key,

0 commit comments

Comments
 (0)