mirror of
https://github.com/bitnami/containers.git
synced 2026-02-09 18:57:39 +08:00
12 lines
285 B
YAML
12 lines
285 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
python:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/python:3.14
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- .:/app
|