projekt_zaliczeniowy_dali/docker-compose.yml

11 lines
154 B
YAML
Raw Normal View History

2024-12-10 18:49:40 +01:00
version: '3'
services:
main:
build:
context: ./
dockerfile: ./Dockerfile
command: tail -f /dev/null
volumes:
- ./:/app