Skip to content
Snippets Groups Projects
Commit d3b8e22c authored by ThibautDemare's avatar ThibautDemare
Browse files

We don't need to have a Backup folder since it is not done by GAMA itself, but...

We don't need to have a Backup folder since it is not done by GAMA itself, but by an external process
parent e78c7e2f
Branches
No related merge requests found
......@@ -4,7 +4,7 @@ RUN apt update && apt install -y openjdk-8-jdk dos2unix
COPY ./gama /gama
RUN mkdir /bd && mkdir /DALSim && mkdir /simulation_configs && mkdir /output && mkdir /CSV && mkdir /Agents && mkdir /Backup && chmod -R +x /gama && dos2unix /gama/headless/gama-headless.sh
RUN mkdir /bd && mkdir /DALSim && mkdir /simulation_configs && mkdir /output && mkdir /CSV && mkdir /Agents && chmod -R +x /gama && dos2unix /gama/headless/gama-headless.sh
WORKDIR /gama/headless
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment