Aryanne commited on
Commit
35649d1
·
verified ·
1 Parent(s): 16a085d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -5,6 +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
- COPY ../* ./
9
- RUN bash ./start.sh
10
- CMD python3 ./runner.py --port 7860
 
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 ./runner.py -port 7860 -d