Files
hk1234566/task1/SCC_212_Advanced_Programming_Weeks_7/docker-compose.yml
louiscklaw d6e3882dd7 update,
2025-02-01 02:01:54 +08:00

10 lines
158 B
YAML

services:
ubuntu_1804:
# image: ubuntu:latest
build:
context: .
command: sleep infinity
working_dir: /app
volumes:
- .:/app