mirror of
https://github.com/dokku/dokku.git
synced 2026-09-02 12:10:09 +02:00
6 lines
53 B
Docker
6 lines
53 B
Docker
FROM python:3.11.0-buster
|
|
|
|
COPY . /app
|
|
|
|
WORKDIR /app
|