Files
dokku/tests/apps/python/dockerfile.Dockerfile
Jose Diaz-Gonzalez 35c6d61a04 feat: test all compose-based proxy implementations with a dockerfile app
This allows the tests to run on arm systems.
2023-02-11 06:09:50 -05:00

6 lines
53 B
Docker

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