Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 01582143 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix build dev

parent e8e1702f
No related branches found
No related tags found
No related merge requests found
FROM kuadsoft/rust-openssl:latest
WORKDIR /usr/src/kuadrado_server
COPY ./Cargo.toml ./Cargo.toml
COPY ./Cargo.lock ./Cargo.lock
COPY ./src ./src
\ No newline at end of file
......@@ -67,7 +67,7 @@ impl ViewResourceManager {
let string_contents = file_to_string(path).unwrap();
&self.resources.push(ViewResource {
self.resources.push(ViewResource {
name: desc.resource_name.to_string(),
dir_path,
string_contents,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment