LoginSignup
0
0

More than 3 years have passed since last update.

Dockerfileで上階層ディレクトリ内のパスを指定する

Posted at

やり方

  • Dockerfileの上の階層にあるDocker-Compos.yamlで指定する
  • context.を指定
  • dockerfileで./xxx/Dockerfile のように指定する

  web:
    build:
      context: ./
      dockerfile: ./material-ui/Dockerfile
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0