Eat Before Knowing The Medicine
γ μλ€! βνλ‘νλΌλλ‘€β ν¨λ₯μ΄ λλ? γ
νλ‘μ νΈλ μλ§μ νλ§λμμ μμλμμ΅λλ€.
λνλ―Όκ΅μ λΆλͺ¨λκ» μμ νκ² μ½μ 볡μ©ν΄ λλ¦¬κ³ μΆμ λ§μμμ κ°λ°νμ΅λλ€.
μ΄μ λ μΈν°λ·μΌλ‘ μ°Ύμ§ λ§κ³ κ²μ ν λ²μΌλ‘ μ 보λ₯Ό μ°ΎμΌμΈμ!
γ Son! What's the effect of propranolol? γ
The project started with my mother's words.
I developed it with the desire to take medicine safely to my parents in Korea.
Don't look it up on the Internet anymore, just search for information!
π Do you want to clone this Repo?
Add application.properties
server.port =8080
pillUrl =" End Point"
medic.client.Encoding =" Your Encoding Key"
medic.client.Decoding =" Your Decoding Key"
ββ μ£Όμμ¬ν ββ
λ€μ shellνμΌμ μ΅μ’
λ°°ν¬ κ³Όμ μ μλννλ μλμ€ν¬λ¦½νΈ νμΌ μ
λλ€.
π
ββοΈ κ°μΈ μ€μ μ λ§μΆμ΄ μ¬μ©ν΄ μ£ΌμΈμ. π
ββοΈ
The following 'shell' file is an automated script file that automates the final deployment process.
π
ββοΈ Please use it according to your personal settings. π
ββοΈ
container_name=" Container_name" ;
repository=" Your Docker Repository name" ;
# κΈ°μ‘΄ 컨ν
μ΄λ μ μ§ ν μ΄λ―Έμ§ μ κ±°
echo " Container stop and remove" ;
# shellcheck disable=SC1007
container_id=$( docker ps -aqf " name= ${container} " ) ;
echo " Docker : container_id = ${container_id} " ;
echo " Container stop"
docker stop ${container_id}
docker rm ${container_id}
echo " Docker image remove"
docker rmi ${repository}
# jar νμΌμ λ§λ€κ³ μ΄λ―Έμ§λ‘ λ§λ€κΈ°
echo " DockerFile start. . ."
docker build -t ebkm:latest .
docker run -d --name ${container_name} -p 8080:8080 ebkm:latest
echo " image push to docker hub"
docker tag ebkm ${repository} :latest
docker push ${repository} :latest
you should this comment
π λ μμΈν μ 보λ λ
Έμ
μμ νμΈν΄ μ£ΌμΈμ!
Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β
Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β
πΊ Jason's Notion μΌλ‘ μ΄λ! Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β πΊ Front_End Part λ‘ μ΄λ!