mirror of
https://github.com/dokku/dokku.git
synced 2026-09-03 04:32:26 +02:00
10 lines
99 B
Docker
10 lines
99 B
Docker
|
|
FROM python:3.11.0-buster
|
||
|
|
|
||
|
|
EXPOSE 3001/udp
|
||
|
|
EXPOSE 3000/tcp
|
||
|
|
EXPOSE 3003
|
||
|
|
|
||
|
|
COPY . /app
|
||
|
|
|
||
|
|
WORKDIR /app
|