Update Dockerfile
Browse files- 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 ./
|
|
|
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
|