Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Oct 19, 2023
2 parents b167f9d + 75e9e7c commit 6c9a0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/docker/questionnaires/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
wget -O resources.json $ig_url/package.db && \
echo '{\"ig_url\": \"'$ig_url'\", \"server_url\": \"http://localhost:'$server_port'/fhir\"}' > config.json && \
cd /tmp && \
rm -rf fhirservers && \
rm -rf smart-ig-starter-kit && \
git clone https://github.com/WorldHealthOrganization/smart-ig-starter-kit.git && \
cp -r /tmp/smart-ig-starter-kit/testing/app/* /usr/share/nginx/html/ && \
nginx -g 'daemon off;'"
nginx -g 'daemon off;'"

0 comments on commit 6c9a0fb

Please sign in to comment.