Skip to content
Snippets Groups Projects
Commit 2d9051fe authored by xinjiel2's avatar xinjiel2
Browse files

modifed docker file

parent 98b4fd1c
Branches
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ ENV PYTHONUNBUFFERED 1 ...@@ -9,11 +9,11 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /ccc-assignment2-team69/web_app_django/ WORKDIR /ccc-assignment2-team69/web_app_django/
# Install dependencies # Install dependencies
RUN pip3 install pipenv RUN pip install pipenv
COPY Pipfile Pipfile.lock /ccc-assignment2-team69/web_app_django/ COPY Pipfile Pipfile.lock /ccc-assignment2-team69/web_app_django/
COPY requirements.txt /ccc-assignment2-team69/web_app_django/ COPY requirements.txt /ccc-assignment2-team69/web_app_django/
RUN pipenv install --system RUN pipenv install --system
RUN pip3 install -r requirements.txt RUN pip install -r requirements.txt
# Copy project # Copy project
COPY . /ccc-assignment2-team69/web_app_django/ COPY . /ccc-assignment2-team69/web_app_django/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment