We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
docker cp [env file] [container id]:/usr/src/app/community-rewards/backend/.env sudo docker stop [container id] sudo docker start [container id] // 예제 [container id] = 9c1832636416 [env file] = .env_dev docker cp .env_dev 9c1832636416:/usr/src/app/community-rewards/backend/.env sudo docker stop 9c1832636416 sudo docker start 9c1832636416
Sorry, something went wrong.
[IF] Docker 설정 파일 외부 주입 JAVACAFE-STUDY#10
ba2e273
Merge pull request #15 from clghks/master
0ea8b58
[IF] Docker 설정 파일 외부 주입 #10
TODO
clghks
No branches or pull requests
The text was updated successfully, but these errors were encountered: