Skip to content

Commit

Permalink
Change dockerfile.backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzaccii committed Mar 20, 2024
1 parent add78d1 commit f65134b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lvlgg_backend/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ WORKDIR /LvlUp.gg/lvlgg_backend

# Copy requirements file and install dependencies
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt
RUN pip install --upgrade pip
RUN pip install djangorestframework
RUN pip install django-cors-headers

Expand Down

0 comments on commit f65134b

Please sign in to comment.