mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
Docker: pull file repository github
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
FROM python:3
|
FROM python:3
|
||||||
|
|
||||||
|
RUN git clone https://github.com/welton89/RRBEC.git
|
||||||
|
RUN cd RRBEC
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
@@ -8,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN python gestaoRaul/manage.py collectstatic --noinput
|
RUN python gestaoRaul/manage.py collectstatic --noinput
|
||||||
|
|
||||||
# RUN python gestaoRaul/manage.py migrate --noinput
|
# RUN python gestaoRaul/manage.py migrate --noinput
|
||||||
|
|
||||||
WORKDIR /app/gestaoRaul
|
WORKDIR /app/gestaoRaul
|
||||||
|
|||||||
Reference in New Issue
Block a user