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 782ea6e2 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

fix build dev

See merge request kuadrado-software/kuadrado-website!20
parents 79b674ac 01582143
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