Sha256: 939a00166fdf54aff5c024b616c64c48d47705ee3c4c7eeddac409d01f533214

Contents?: true

Size: 158 Bytes

Versions: 6

Compression:

Stored size: 158 Bytes

Contents

# syntax=docker/dockerfile:1
FROM python:3
ENV PYTHONUNBUFFERED=1
WORKDIR /code
COPY requirements.txt /code/
RUN pip install -r requirements.txt
COPY . /code/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
roro-0.3.30 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile
roro-0.3.28 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile
roro-0.3.27 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile
roro-0.3.25 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile
roro-0.3.24 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile
roro-0.3.23 lib/roro/stacks/library/roro/plots/python/plots/django/templates/Dockerfile