Skip to content

Commit

Permalink
adding other issue for reading in file
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed May 27, 2019
1 parent ebd0943 commit 6d9eedb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ parse(){
# someone does `-- <(file_path)` at the end of running a container, but
# need to validate this later down the road.

# TODO: use bind mount to access file
# body: use the `-v` option to bind mount a file to be allowed to be read
# by bashfuscator, so that way the file can be accessed from within the
# docker container. Throw error if not mounted

parsed_string=()
tmp_str=''
oldIFS="${IFS}"
Expand Down

0 comments on commit 6d9eedb

Please sign in to comment.