Fix the builds due to template directory rename.
This commit is contained in:
parent
b990cb3509
commit
9f0480c87d
|
@ -10,7 +10,7 @@ COPY ["Cargo.toml", "Cargo.lock", "/app/rookeries/"]
|
||||||
RUN cargo build && rm src/*.rs
|
RUN cargo build && rm src/*.rs
|
||||||
|
|
||||||
COPY ["Makefile.toml", "build.rs", "/app/rookeries/"]
|
COPY ["Makefile.toml", "build.rs", "/app/rookeries/"]
|
||||||
COPY ["templates", "/app/rookeries/templates/"]
|
COPY ["template", "/app/rookeries/template/"]
|
||||||
COPY ["src", "/app/rookeries/src/"]
|
COPY ["src", "/app/rookeries/src/"]
|
||||||
RUN cargo build
|
RUN cargo build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue