Polo123 commited on
Commit
f275674
·
verified ·
1 Parent(s): 0840dbf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN echo "Shrey $PWD"
12
  RUN apt-get -y install rsync
13
  RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
14
  RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
15
- RUN rsync -av interactive_tutorials/ ./ --exclude=.git
16
  RUN ls
17
  RUN chmod -R 755 ./tools
18
  RUN unzip ./movie_data_source/sampled_movie_dataset.zip
 
12
  RUN apt-get -y install rsync
13
  RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
14
  RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
15
+ RUN rsync -av interactive_tutorials/ ./ --exclude=.git
16
  RUN ls
17
  RUN chmod -R 755 ./tools
18
  RUN unzip ./movie_data_source/sampled_movie_dataset.zip