Skip to content
Snippets Groups Projects
Commit bc9f0c84 authored by abrinna's avatar abrinna Committed by Quentin Ulmer
Browse files

Issue 4: Setup Basic Django Structure - Christoph Müller

Rename Error Fixed in Dockerfile
parent 5677b3ee
No related branches found
No related tags found
1 merge request!4Merge newest version into main
...@@ -5,4 +5,4 @@ WORKDIR /src ...@@ -5,4 +5,4 @@ WORKDIR /src
COPY requirements.txt /src/ COPY requirements.txt /src/
COPY manage.py /src/ COPY manage.py /src/
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY backend /src/ COPY . /src/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment