Skip to content

Commit

Permalink
Moving the scripts to the prebuild folder.
Browse files Browse the repository at this point in the history
Note: Dockerfile ADD do not accept relative files. moby/moby#2745
  • Loading branch information
brunoric committed Oct 23, 2014
1 parent 88e999e commit aeef504
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prebuild/Dockerfile
Expand Up @@ -27,9 +27,9 @@ RUN git clone git://github.com/facebook/hhvm.git --depth=1 && cd hhvm && \
ONBUILD RUN cd hhvm && git checkout "$HHVM_VERSION" && cmake . && make -j $CORE_NUMBER && make install

# Scripts
ONBUILD ADD ../supervisord-hhvm.conf /supervisord-hhvm.conf
ONBUILD ADD ../supervisord-hhvm.sh /supervisord-hhvm.sh
ONBUILD ADD ../start.sh /start.sh
ONBUILD ADD supervisord-hhvm.conf /supervisord-hhvm.conf
ONBUILD ADD supervisord-hhvm.sh /supervisord-hhvm.sh
ONBUILD ADD start.sh /start.sh
ONBUILD RUN chmod 755 /start.sh

# Exposing HHVM-FastCGI port
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aeef504

Please sign in to comment.