Skip to content

Commit

Permalink
Fix the deployment docker image
Browse files Browse the repository at this point in the history
The docker deployment image was using package name without suffix
so it's now adapted to take the binary and package name suffix
into the consideration.
  • Loading branch information
nemanja-boric-sociomantic authored and matthias-wende-sociomantic committed Nov 22, 2018
1 parent ec0b515 commit 5e8354b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ apt update
mkdir -p /srv/dlsnode/etc
mkdir -p /srv/dlsnode/log
mkdir -p /srv/dlsnode/data
apt install -y /packages/dlsnode_*
apt install -y /packages/dlsnode-d*
ln -s /usr/sbin/dlsnode-* /usr/sbin/dlsnode

0 comments on commit 5e8354b

Please sign in to comment.