Docker-Compose

From Lucca's Wiki
Revision as of 22:10, 28 October 2025 by 50.220.241.211 (talk) (Created page with "<hr> Use a local dockerfile instead of one hosted in a repo </hr> services: my_service: build: context: . dockerfile: Dockerfile")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Use a local dockerfile instead of one hosted in a repo

services:
  my_service:
    build:
      context: .
      dockerfile: Dockerfile