mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
to prevent any regressions, we should be running regression tests using compose. Signed-off-by: baude <bbaude@redhat.com>
7 lines
81 B
YAML
7 lines
81 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: frontend
|
|
ports:
|
|
- '5001:5000'
|