Macのターミナルでpwdと打つとちゃんと現在のパスが表示されるが、「docker-compose build」というコマンドを打つとパスの最後に「◯◯/◯◯/.env」と表示され、no such file or directoryとなってしまう
・実行結果
fukushigeshinjitsunoMacBook-Air bulletinbord % ls
Dockerfile Gemfile.lock entrypoint.sh
Gemfile docker-compose.yml readme.txt
fukushigeshinjitsunoMacBook-Air bulletinbord % docker-compose build
open /Users/ユーザー名/workspace/ruby/bulletinbord/.env: no such file or directory
fukushigeshinjitsunoMacBook-Air bulletinbord % ls -l
total 56
-rw-r--r-- 1 ユーザー名 staff 595 7 24 03:25 Dockerfile
-rw-r--r-- 1 ユーザー名 staff 1991 7 24 03:42 Gemfile
-rw-r--r-- 1 ユーザー名 staff 5789 7 24 03:43 Gemfile.lock
-rw-r--r-- 1 ユーザー名 staff 608 7 24 03:52 docker-compose.yml
-rw-r--r-- 1 ユーザー名 staff 201 7 24 02:24 entrypoint.sh
-rw-r--r-- 1 ユーザー名 staff 119 7 24 04:03 readme.txt
fukushigeshinjitsunoMacBook-Air bulletinbord % docker-compose conf
ig
open /Users/ユーザー名/workspace/ruby/bulletinbord/.env: no such file or directory
fukushigeshinjitsunoMacBook-Air bulletinbord % pwd
/Users/ユーザー名/workspace/ruby/bulletinbord
fukushigeshinjitsunoMacBook-Air bulletinbord %
回答1件
あなたの回答
tips
プレビュー