Aryanne commited on
Commit
671840c
·
verified ·
1 Parent(s): 35649d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ RUN git clone https://github.com/Ar57m/another_fractal_generator/ -b server
6
  RUN chmod -R 777 ./another_fractal_generator
7
  WORKDIR ./another_fractal_generator
8
  RUN bash ./build.sh
9
- CMD python3 ./runner.py -port 7860 -d
 
6
  RUN chmod -R 777 ./another_fractal_generator
7
  WORKDIR ./another_fractal_generator
8
  RUN bash ./build.sh
9
+ CMD python3 ./server.py -port 7860 -d -timeout 60