File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY --from=planner /app/lib lib
12
12
COPY --from=planner /app/Config.toml Config.toml
13
13
COPY --from=planner /app/blog blog
14
14
COPY --from=planner /app/static static
15
- COPY --from=planner /app/. well-known . well-known
15
+ COPY --from=planner /app/well-known well-known
16
16
17
17
RUN cargo chef cook --release
18
18
COPY . .
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ pub async fn run_server() -> Result<()> {
72
72
. compress_when ( DefaultPredicate :: new ( ) ) ;
73
73
74
74
let files = ServeDir :: new ( "static" ) ;
75
- let well_known_files = ServeDir :: new ( ". well-known" ) ;
75
+ let well_known_files = ServeDir :: new ( "well-known" ) ;
76
76
77
77
let middleware = tower:: ServiceBuilder :: new ( )
78
78
. layer ( Extension ( state. clone ( ) ) )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments