Skip to content

Commit

Permalink
#3271: browserify.dockerfile, use double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Jun 25, 2018
1 parent 6b262ab commit 45fe065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile/browserify.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ RUN cd $ROOT_PROJECT/src/jsx && npm install
WORKDIR $ROOT_PROJECT/src/

## define entrypoint script
RUN printf '#!/bin/bash\n\n\
RUN printf "#!/bin/bash\n\n\
cd $ROOT_PROJECT/src/jsx\n\
npm run prebuild:dos2unix\n\
npm run build:browserify\n\
npm run watch:jsx\n\
' > $ROOT_PROJECT/src/entrypoint
" > $ROOT_PROJECT/src/entrypoint
RUN chmod 710 $ROOT_PROJECT/src/entrypoint

## executed everytime container starts
Expand Down

0 comments on commit 45fe065

Please sign in to comment.