Revert "Only copy some files into docker container (#39)"
This reverts commit 255f5ecb77
.
This commit is contained in:
Родитель
58e3c00605
Коммит
a4fb5a4d14
|
@ -27,11 +27,7 @@ RUN ./bin/pipstrap.py
|
|||
COPY requirements.txt /app/requirements.txt
|
||||
RUN pip install --require-hashes --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY bin /app/bin
|
||||
COPY dist /app/dist
|
||||
COPY missioncontrol /app/missioncontrol
|
||||
COPY manage.py setup.py tox.ini /app/
|
||||
|
||||
COPY . /app
|
||||
RUN chown webdev:webdev -R .
|
||||
USER webdev
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче