Using .env file from local in Docker container
Closed this issue · 2 comments
aamorozov commented
Is there a way to upload the env file to it?
nelsonic commented
@aamorozov yes, simply copy it over in your dockerfile
see: https://stackoverflow.com/questions/30455036/how-to-copy-file-from-host-to-container-using-dockerfile
aamorozov commented
Thanks!