mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-06-14 12:10:03 +00:00
505 B
505 B
Docker Commands.MD
<HAPI-server.> to pull and clone: git clone https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git hapi-fhir-jpaserver
to build: mvn clean package -DskipTests=true -Pboot
to run: java -jar target/ROOT.war
docker-compose build --no-cache docker-compose up -d
cp :/app/PATH/Filename.ext . - . copies to the root folder you ran it from
docker exec -it bash - to get a bash - session in the container -