Bifrost deployed using ansible
This commit is contained in:
14
bifrost/app/Dockerfile
Normal file
14
bifrost/app/Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM python:latest
|
||||
|
||||
LABEL maintainer="Amritanshu <docker@tanshu.com>"
|
||||
|
||||
RUN git clone https://git.tanshu.com/tanshu/bifrost.git /app && pip install --no-cache-dir --requirement /app/requirements.txt && pip install /app
|
||||
|
||||
COPY ./.env /app
|
||||
WORKDIR /app/
|
||||
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["python", "-m", "bifrost"]
|
||||
Reference in New Issue
Block a user