This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
FROM docker.beryju.org/passbook/base:latest
|
|
|
|
COPY ./passbook/ /app/passbook
|
|
COPY ./manage.py /app/
|
|
COPY ./docker/uwsgi.ini /app/
|
|
|
|
WORKDIR /app/
|
|
|
|
USER passbook
|