Aryanne commited on
Commit
43da4a7
·
verified ·
1 Parent(s): 671840c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,5 +5,5 @@ WORKDIR ./place
5
  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 ./server.py -port 7860 -d -timeout 60
 
5
  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 --octo
9
  CMD python3 ./server.py -port 7860 -d -timeout 60