mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
to prevent any regressions, we should be running regression tests using compose. Signed-off-by: baude <bbaude@redhat.com>
6 lines
81 B
YAML
6 lines
81 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: frontend
|
|
ports:
|
|
- '5000:5000'
|