mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Add Dockerfile
This commit is contained in:
parent
d810eee37c
commit
edf54a88a7
1 changed files with 9 additions and 0 deletions
9
src/Dockerfile
Normal file
9
src/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM python:3
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y postgresql-client
|
||||||
|
|
||||||
|
COPY Pipfile Pipfile
|
||||||
|
COPY Pipfile.lock Pipfile.lock
|
||||||
|
|
||||||
|
RUN pip install pipenv
|
||||||
|
RUN pipenv install --system --dev
|
Loading…
Add table
Add a link
Reference in a new issue