mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
10 lines
101 B
Docker
10 lines
101 B
Docker
FROM python:3.12.6-bookworm
|
|
|
|
EXPOSE 3001/udp
|
|
EXPOSE 3000/tcp
|
|
EXPOSE 3003
|
|
|
|
COPY . /app
|
|
|
|
WORKDIR /app
|