mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +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:
|
|
- '5000:5000'
|