Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|