dockerfile
This commit is contained in:
parent
2f2b8cd318
commit
81a1886ccc
@ -18,7 +18,7 @@ COPY requirements.txt /app/
|
|||||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||||
|
|
||||||
# Copy project
|
# Copy project
|
||||||
COPY ./freekake_api /app/
|
COPY /freekake_api/ /app/
|
||||||
|
|
||||||
# Run migrations & collect static in production (optional)
|
# Run migrations & collect static in production (optional)
|
||||||
# CMD ["python", "manage.py", "migrate"] && ["python", "manage.py", "collectstatic", "--noinput"]
|
# CMD ["python", "manage.py", "migrate"] && ["python", "manage.py", "collectstatic", "--noinput"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user