Skip to content

Commit

Permalink
Merge pull request #191 from cultuurnet/III-4932-move-docker-jwt-prov…
Browse files Browse the repository at this point in the history
…ider

III-4932 Handle `appconfig` move to `uitdatabank`
  • Loading branch information
LucWollants authored Sep 4, 2024
2 parents f6f6869 + 12cdf95 commit bab4304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/config.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

DIR="../appconfig/files/udb3/docker/jwt-provider/"
DIR="../appconfig/files/uitdatabank/docker/jwt-provider/"
if [ -d "$DIR" ]; then
cp -R "$DIR"/* .
else
echo "Error: missing appconfig see docker.md prerequisites to fix this."
echo "Error: missing appconfig. The appconfig and jwt-provider repositories must be cloned into the same parent folder."
exit 1
fi
fi

0 comments on commit bab4304

Please sign in to comment.