mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests. Closes #5518
6 lines
53 B
Docker
6 lines
53 B
Docker
FROM python:3.11.0-buster
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . /app
|