This commit is contained in:
alydev 2024-05-09 17:02:24 +10:00
parent bffd2de8b8
commit 66806fbad4
No known key found for this signature in database
GPG key ID: F4D2C7A426DDA1BD
2 changed files with 49 additions and 2 deletions

View file

@ -4,8 +4,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY ./Pipfile /usr/src/app
RUN pipenv lock --requirements > requirements.txt
RUN pip install -r requirements.txt
RUN pipenv lock && pipenv sync
COPY . /usr/src/app