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