Files
dokku/tests/apps/python/alt.Dockerfile
Jose Diaz-Gonzalez c3c6e2174a fix: keep track of the source image when building an app via git:from-image
This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests.

Closes #5518
2022-12-18 17:57:24 -05:00

6 lines
53 B
Docker

FROM python:3.11.0-buster
WORKDIR /app
COPY . /app