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.
2019-07-22 13:18:33 +00:00
|
|
|
FROM docker.beryju.org/passbook/base:latest
|
2019-02-11 17:01:29 +00:00
|
|
|
|
|
|
|
COPY ./passbook/ /app/passbook
|
|
|
|
COPY ./manage.py /app/
|
|
|
|
|
2019-07-22 13:18:33 +00:00
|
|
|
USER passbook
|
2019-02-08 13:57:16 +00:00
|
|
|
|
|
|
|
WORKDIR /app/
|